mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.984
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.
ad4d8a192a
This commit is contained in:
@@ -306,7 +306,7 @@ static int included_patches[] = {
|
||||
// 987 NA
|
||||
// 986 NA
|
||||
// 985 NA
|
||||
// 984,
|
||||
984,
|
||||
// 983,
|
||||
// 982 NA
|
||||
981,
|
||||
|
Reference in New Issue
Block a user