Commit: runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()

6 views
Skip to first unread message

Christian Brabandt

unread,
Jan 5, 2025, 10:00:17 AM1/5/25
to vim...@googlegroups.com
runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()

Commit: https://github.com/vim/vim/commit/8a27d9784805ad15a5d832917410b4e70039e7d2
Author: Doug Kearns <dougk...@gmail.com>
Date: Sun Jan 5 15:56:57 2025 +0100

runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()

closes: https://github.com/vim/vim/issues/16384

Signed-off-by: Doug Kearns <dougk...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index d7ed7320f..1b39b1b59 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -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
Reply all
Reply to author
Forward
0 new messages