From 5da8bb92fcdd6688c80e803cb557e7b24c6ee391 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 16 Apr 2017 16:52:47 +0200 Subject: vim-patch:dc1f1645cb49 Updated runtime files. https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/options.txt') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9be7dae84d..e269fd30c5 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3499,7 +3499,7 @@ A jump table for the options with a short description can be found at |Q_op|. if you want to use Vim as a modeless editor. These Insert mode commands will be useful: - Use the cursor keys to move around. - - Use CTRL-O to execute one Normal mode command |i_CTRL-O|). When + - Use CTRL-O to execute one Normal mode command |i_CTRL-O|. When this is a mapping, it is executed as if 'insertmode' was off. Normal mode remains active until the mapping is finished. - Use CTRL-L to execute a number of Normal mode commands, then use -- cgit