-*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
'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