runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
Commit: https://github.com/vim/vim/commit/8a27d9784805ad15a5d832917410b4e70039e7d2 Author: Doug Kearns <dougkea...@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 <dougkea...@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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tUS6r-009QEO-1a%40256bit.org.