]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): link cmdline completion to to |wildcards| and fix typos (#13636)
authorzeertzjq <zeertzjq@outlook.com>
Sat, 9 Dec 2023 07:18:33 +0000 (15:18 +0800)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 07:18:33 +0000 (07:18 +0000)
commit61e984e212ed19774e088868c30c2d03c4e5a0cf
tree43a716d04dbb85d194e1e68ca277dddd77dcd86c
parentc23fc364766ced611b22ae9e787f1455ecf7e271
runtime(doc): link cmdline completion to to |wildcards| and fix typos (#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.

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/cmdline.txt
runtime/doc/eval.txt
runtime/doc/indent.txt
runtime/doc/os_vms.txt
runtime/doc/syntax.txt
runtime/doc/term.txt
runtime/doc/vim9.txt