diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-29 17:03:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 17:03:12 +0200 |
commit | 3b6d95b5f6376aead758bd67a9279d0f991e4d45 (patch) | |
tree | 6f0564fc81c137534b05944871e9160f3b3e29fe /runtime | |
parent | 143a920de9192d4dacee70ad3a42be27f8c7a2d0 (diff) | |
parent | 04ba81ddba047604e7df4a5a9a451d5059950e48 (diff) | |
download | rneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.tar.gz rneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.tar.bz2 rneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.zip |
Merge pull request #15213 from zeertzjq/vim-8.2.3236
vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select mode
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 |