aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-19 13:47:37 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-19 13:47:37 +0100
commitde8b1fd1dee5a91b2893fccc53cfd11631ccba38 (patch)
treeb45fb8696b9372f34507a34847cbdccbea37dac0 /runtime
parentd6f9d1df04cfae3d73496b2cd99408d5344d0ad4 (diff)
parent540ed646358f9e3910681add39aa96a937074668 (diff)
downloadrneovim-de8b1fd1dee5a91b2893fccc53cfd11631ccba38.tar.gz
rneovim-de8b1fd1dee5a91b2893fccc53cfd11631ccba38.tar.bz2
rneovim-de8b1fd1dee5a91b2893fccc53cfd11631ccba38.zip
Merge #7587 'vim-patch:8.0.0283'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 4a0f76c64b..b752667d9a 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5660,9 +5660,13 @@ mode([expr]) Return a string that indicates the current mode.
S Select by line
CTRL-S Select blockwise
i Insert
+ ic Insert mode completion |compl-generic|
+ ix Insert mode |i_CTRL-X| completion
R Replace |R|
+ Rc Replace mode completion |compl-generic|
Rv Virtual Replace |gR|
- c Command-line
+ Rx Replace mode |i_CTRL-X| completion
+ c Command-line editing
cv Vim Ex mode |gQ|
ce Normal Ex mode |Q|
r Hit-enter prompt