forked from aniani/vim
patch 9.0.0581: adding a character for incsearch fails at end of line
Problem: Adding a character for incsearch fails at end of line. Solution: Only check cursor line number.
This commit is contained in:
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
581,
|
||||
/**/
|
||||
580,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user