diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-10 16:52:14 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-11 22:12:59 -0800 |
commit | 54473e9a677b001b47b1fe528b6056e9feed0f60 (patch) | |
tree | 7a7f9dec829d68ac19ffb35cb46662c6025c468e /src/nvim/ex_cmds.c | |
parent | 0190de9aab53c0b82e648c51c5162d6377c6f341 (diff) | |
download | rneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.tar.gz rneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.tar.bz2 rneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.zip |
doc [ci skip]
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r-- | src/nvim/ex_cmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c index c5f7815fc5..4725246764 100644 --- a/src/nvim/ex_cmds.c +++ b/src/nvim/ex_cmds.c @@ -3457,9 +3457,9 @@ static buf_T *do_sub(exarg_T *eap, proftime_T timeout, linenr_T newline_in_pat = 0; linenr_T newline_in_sub = 0; - // inccomand tests fail without this check + // inccommand tests fail without this check if (!preview) { - // Requried for Undo to work for nsmarks, + // Required for Undo to work for extmarks. u_save_cursor(); } |