aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-22 23:08:48 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:27 -0400
commitb1fed1ada9635f762cb9b3a7f2fe38df6f166df4 (patch)
tree902105afdb2ab3b400d7a1f503063a923a420d44 /runtime/doc/quickref.txt
parent766a10783982936da8f1eaf61280338fcd85019a (diff)
downloadrneovim-b1fed1ada9635f762cb9b3a7f2fe38df6f166df4.tar.gz
rneovim-b1fed1ada9635f762cb9b3a7f2fe38df6f166df4.tar.bz2
rneovim-b1fed1ada9635f762cb9b3a7f2fe38df6f166df4.zip
vim-patch:5be4ceecea55
Update runtime files. https://github.com/vim/vim/commit/5be4ceecea5520265066eac972460ebb1cdf05e7
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index 4a47fd4b57..fbeb1fd3bb 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -292,7 +292,7 @@ moving around:
|i_CTRL-A| CTRL-A insert previously inserted text
|i_CTRL-@| CTRL-@ insert previously inserted text and stop
Insert mode
-|i_CTRL-R| CTRL-R {0-9a-z%#:.-="} insert the contents of a register
+|i_CTRL-R| CTRL-R {register} insert the contents of a register
|i_CTRL-N| CTRL-N insert next match of identifier before the
cursor
@@ -1014,8 +1014,7 @@ Short explanation of each option: *option-list*
three digits)
|c_CTRL-K| CTRL-K {char1} {char2}
enter digraph (See |Q_di|)
-|c_CTRL-R| CTRL-R {0-9a-z"%#:-=}
- insert the contents of a register
+|c_CTRL-R| CTRL-R {register} insert the contents of a register
|c_<Left>| <Left>/<Right> cursor left/right
|c_<S-Left>| <S-Left>/<S-Right> cursor one word left/right