1
0
forked from aniani/vim

patch 8.0.1250: 'hlsearch' highlighting not removed after incsearch

Problem:    'hlsearch' highlighting not removed after incsearch (lacygoill)
Solution:   Redraw all windows. Start search at the end of the match.  Improve
            how CTRL-G works with incremental search. Add tests. (Christian
            Brabandt, Hirohito Higashi, haya14busa, closes #2267)
This commit is contained in:
Bram Moolenaar
2017-11-02 19:08:48 +01:00
parent c20e0d5207
commit f8f8b2eadb
4 changed files with 125 additions and 3 deletions

View File

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