aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-22 15:12:06 +0200
committerGitHub <noreply@github.com>2021-09-22 06:12:06 -0700
commitfb6f27e86f2ca2fbff88737251d9e26016a62081 (patch)
treef265d2030c1cbebe73d03cd95763af4e0be07eb3 /runtime/doc/options.txt
parente8fb0728e220bb378a8689415c3915fe5912e987 (diff)
downloadrneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.tar.gz
rneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.tar.bz2
rneovim-fb6f27e86f2ca2fbff88737251d9e26016a62081.zip
vim-patch:34cc7d8c034f #15753
Update runtime files https://github.com/vim/vim/commit/34cc7d8c034f2bc5b57455577051db8d72e2b87c
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 853d774232..85be6eddaa 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6821,8 +6821,9 @@ A jump table for the options with a short description can be found at |Q_op|.
More info here: |cmdline-completion|.
The character is not recognized when used inside a macro. See
'wildcharm' for that.
+ Some keys will not work, such as CTRL-C, <CR> and Enter.
Although 'wc' is a number option, you can set it to a special key: >
- :set wc=<Esc>
+ :set wc=<Tab>
<
*'wildcharm'* *'wcm'*