]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
authorDoug Kearns <dougkearns@gmail.com>
Sun, 5 Jan 2025 14:56:57 +0000 (15:56 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 5 Jan 2025 14:56:57 +0000 (15:56 +0100)
closes: #16384

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt

index d7ed7320f35104356c34ed40a2f0ade3f0d0fc5c..1b39b1b59ea368553a0d6b14808117416af8422f 100644 (file)
@@ -1,4 +1,4 @@
-*builtin.txt*  For Vim version 9.1.  Last change: 2025 Jan 02
+*builtin.txt*  For Vim version 9.1.  Last change: 2025 Jan 05
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -9038,7 +9038,7 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
                's'     Set the ' mark at the previous location of the cursor
                'w'     Wrap around the end of the file
                'W'     don't Wrap around the end of the file
-               'z'     start searching at the cursor column instead of zero
+               'z'     start searching at the cursor column instead of Zero
                If neither 'w' or 'W' is given, the 'wrapscan' option applies.
 
                If the 's' flag is supplied, the ' mark is set, only if the