aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-09 15:35:45 +0800
committerGitHub <noreply@github.com>2023-12-09 15:35:45 +0800
commit29aa4dd10af74d29891cb293dc9ff393e9dba11f (patch)
tree94e09d9923c223dd87bcc9e4040450f5dffe54e3
parent2ebd328a798778825be61015acd975d8a929dfec (diff)
downloadrneovim-29aa4dd10af74d29891cb293dc9ff393e9dba11f.tar.gz
rneovim-29aa4dd10af74d29891cb293dc9ff393e9dba11f.tar.bz2
rneovim-29aa4dd10af74d29891cb293dc9ff393e9dba11f.zip
vim-patch:61e984e212ed (#26484)
runtime(doc): link cmdline completion to to |wildcards| and fix typos (vim/vim#13636) The docs for cmdline completion doesn't mention that [abc] is considered a wildcard, and |wildcards| contains more detailed information, so just link to it. Also fix some typos in other help files. https://github.com/vim/vim/commit/61e984e212ed19774e088868c30c2d03c4e5a0cf
-rw-r--r--runtime/doc/cmdline.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 8bed8a9ffc..57a4223c53 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -439,9 +439,8 @@ CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
keyboard T is above G.
The 'wildchar' option defaults to <Tab> (CTRL-E when in Vi compatible mode; in
-a previous version <Esc> was used). In the pattern standard wildcards "*" and
-'?' are accepted when matching file names. "*" matches any string, '?'
-matches exactly one character.
+a previous version <Esc> was used). In the pattern standard |wildcards| are
+accepted when matching file names.
When repeating 'wildchar' or CTRL-N you cycle through the matches, eventually
ending up back to what was typed. If the first match is not what you wanted,