1
0
forked from aniani/vim

patch 8.1.0279: 'incsearch' highlighting does not skip white space

Problem:    'incsearch' highlighting does not skip white space.
Solution:   Skip white space after the command. (issue #3321)
This commit is contained in:
Bram Moolenaar
2018-08-13 11:07:57 +02:00
parent 60d0871000
commit 2b926fcb3c
4 changed files with 20 additions and 2 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
279,
/**/
278,
/**/