1
0
forked from aniani/vim

patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similar

Problem:    No 'incsearch' highlighting for :vimgrep and similar commands.
Solution:   Parse the :vimgrep command and similar ones to locate the search
            pattern. (Hirohito Higashi, closes #3344)
This commit is contained in:
Bram Moolenaar
2018-08-18 21:05:31 +02:00
parent 3b9fcfcffa
commit 264cf5cfaf
8 changed files with 149 additions and 31 deletions

View File

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