mirror of
https://github.com/zoriya/vim.git
synced 2026-01-29 11:02:33 +00:00
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.