fix: move_next_word_end (#225)
This commit is contained in:
parent
41339b05e4
commit
3ce4aaf33a
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ const cmds_ = struct {
|
||||||
const root = try ed.buf_root();
|
const root = try ed.buf_root();
|
||||||
|
|
||||||
for (ed.cursels.items) |*cursel_| if (cursel_.*) |*cursel| {
|
for (ed.cursels.items) |*cursel_| if (cursel_.*) |*cursel| {
|
||||||
cursel.disable_selection(root, ed.metrics);
|
cursel.selection = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
ed.with_selections_const_repeat(root, move_cursor_word_right_end_helix, ctx) catch {};
|
ed.with_selections_const_repeat(root, move_cursor_word_right_end_helix, ctx) catch {};
|
||||||
|
|
Loading…
Add table
Reference in a new issue