mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
vim-patch:7.4.532 #2504
Problem: When using 'incsearch' "2/pattern/e" highlights the first match. Solution: Move the code to set extra_col inside the loop for count. (Ozaki Kiichi) https://github.com/vim/vim/releases/tag/v7-4-532
This commit is contained in:

committed by
Justin M. Keyes

parent
0928904e16
commit
af863d46a9
@@ -237,7 +237,7 @@ static int included_patches[] = {
|
||||
//535,
|
||||
//534 NA
|
||||
533,
|
||||
//532,
|
||||
532,
|
||||
//531,
|
||||
//530,
|
||||
529,
|
||||
|
Reference in New Issue
Block a user