diff runtime/doc/eval.txt @ 33902:8c4c6369239b

runtime(doc): link cmdline completion to to |wildcards| and fix typos (#13636) Commit: https://github.com/vim/vim/commit/61e984e212ed19774e088868c30c2d03c4e5a0cf Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Dec 9 15:18:33 2023 +0800 runtime(doc): link cmdline completion to to |wildcards| and fix typos (https://github.com/vim/vim/issues/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>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:36 +0100
parents 6732325893cc
children 050160b94f02
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 9.0.  Last change: 2023 Dec 7
+*eval.txt*	For Vim version 9.0.  Last change: 2023 Dec 09
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -4828,7 +4828,7 @@ have Vim execute random executables or m
 specific filetypes by setting the "<filetype>_exec" variable (|plugin_exec|).
 
 It returns |true| or |false| to indicate whether the plugin should run the given
-exectuable.  It takes the following arguments:
+executable.  It takes the following arguments:
 
 	argument	type ~