mirror of
https://github.com/vim/vim.git
synced 2026-06-01 06:57:49 +02:00
ad4d8a192a
Problem: searchpos() always starts searching in the first column, which is
not what some people expect. (Brett Stahlman)
Solution: Add the 'z' flag: start at the specified column.