mirror of https://github.com/helix-editor/helix
Fix compilation.
parent
3e078f8c7e
commit
d232000c54
|
@ -92,7 +92,7 @@ impl State {
|
||||||
// range.to()
|
// range.to()
|
||||||
// }
|
// }
|
||||||
// } else {
|
// } else {
|
||||||
let pos = self.move_pos(range.head, dir, granularity, 1)
|
let pos = self.move_pos(range.head, dir, granularity, 1);
|
||||||
// };
|
// };
|
||||||
SelectionRange::new(pos, pos)
|
SelectionRange::new(pos, pos)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue