Skip to content

Commit 8a27d97

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
closes: #16384 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent e15cbc1 commit 8a27d97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/builtin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Jan 02
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Jan 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9038,7 +9038,7 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
90389038
's' Set the ' mark at the previous location of the cursor
90399039
'w' Wrap around the end of the file
90409040
'W' don't Wrap around the end of the file
9041-
'z' start searching at the cursor column instead of zero
9041+
'z' start searching at the cursor column instead of Zero
90429042
If neither 'w' or 'W' is given, the 'wrapscan' option applies.
90439043

90449044
If the 's' flag is supplied, the ' mark is set, only if the

0 commit comments

Comments
 (0)