diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-07-29 07:12:11 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2021-07-29 07:47:17 +0800 |
commit | 04ba81ddba047604e7df4a5a9a451d5059950e48 (patch) | |
tree | 94170d151a11b258288eb454a3a3e719c97a6580 /runtime | |
parent | ac5139eae412c5b80ffe5fb5f3d1c9461bf91940 (diff) | |
download | rneovim-04ba81ddba047604e7df4a5a9a451d5059950e48.tar.gz rneovim-04ba81ddba047604e7df4a5a9a451d5059950e48.tar.bz2 rneovim-04ba81ddba047604e7df4a5a9a451d5059950e48.zip |
vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select mode
Problem: mode() does not indicate using CTRL-O in Select mode.
Solution: Use "vs" and similar. (closes vim/vim#8640)
https://github.com/vim/vim/commit/eaf3f36168f85c8e0ab7083cd996b9fbe937045d
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e32691dfb4..2b6e3aff29 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6350,6 +6350,10 @@ mode([expr]) Return a string that indicates the current mode. s Select by character S Select by line CTRL-S Select blockwise + vs Visual by character using |v_CTRL-O| from + Select mode + Vs Visual by line using |v_CTRL-O| from Select mode + CTRL-Vs Visual blockwise using |v_CTRL-O| from Select mode i Insert ic Insert mode completion |compl-generic| ix Insert mode |i_CTRL-X| completion |