diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-16 16:52:47 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-19 21:26:16 +0200 |
commit | 5da8bb92fcdd6688c80e803cb557e7b24c6ee391 (patch) | |
tree | ee0505dc9340dcb56171e64e3b4988064820bb1b /runtime/doc/options.txt | |
parent | f0c12012d99b33474bd6bb5dcb0ee3a6c6808789 (diff) | |
download | rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.tar.gz rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.tar.bz2 rneovim-5da8bb92fcdd6688c80e803cb557e7b24c6ee391.zip |
vim-patch:dc1f1645cb49
Updated runtime files.
https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |