mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
docs: fix typos (#18866)
docs: fix typos and similarly insignificant changes Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: smjonas <jonas.strittmatter@gmx.de> Co-authored-by: kanreki <32443233+kanreki@users.noreply.github.com>
This commit is contained in:
@@ -6666,9 +6666,8 @@ void do_pending_operator(cmdarg_T *cap, int old_col, bool gui_yank)
|
||||
CancelRedo();
|
||||
} else {
|
||||
// This is a new edit command, not a restart. Need to
|
||||
// remember it to make 'insertmode' work with mappings for
|
||||
// Visual mode. But do this only once and not when typed and
|
||||
// 'insertmode' isn't set.
|
||||
// remember it to make i_CTRL-O work with mappings for
|
||||
// Visual mode. But do this only once and not when typed.
|
||||
if (!KeyTyped) {
|
||||
restart_edit_save = restart_edit;
|
||||
} else {
|
||||
@@ -6760,7 +6759,7 @@ void do_pending_operator(cmdarg_T *cap, int old_col, bool gui_yank)
|
||||
CancelRedo();
|
||||
} else {
|
||||
// This is a new edit command, not a restart. Need to
|
||||
// remember it to make 'insertmode' work with mappings for
|
||||
// remember it to make i_CTRL-O work with mappings for
|
||||
// Visual mode. But do this only once.
|
||||
restart_edit_save = restart_edit;
|
||||
restart_edit = 0;
|
||||
|
Reference in New Issue
Block a user