mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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.
61e984e212
This commit is contained in:
parent
2ebd328a79
commit
29aa4dd10a
@ -439,9 +439,8 @@ CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
|
|||||||
keyboard T is above G.
|
keyboard T is above G.
|
||||||
|
|
||||||
The 'wildchar' option defaults to <Tab> (CTRL-E when in Vi compatible mode; in
|
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
|
a previous version <Esc> was used). In the pattern standard |wildcards| are
|
||||||
'?' are accepted when matching file names. "*" matches any string, '?'
|
accepted when matching file names.
|
||||||
matches exactly one character.
|
|
||||||
|
|
||||||
When repeating 'wildchar' or CTRL-N you cycle through the matches, eventually
|
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,
|
ending up back to what was typed. If the first match is not what you wanted,
|
||||||
|
Loading…
Reference in New Issue
Block a user