1
0
forked from aniani/vim

patch 8.1.0399: 'hlsearch' highlight remains in other window

Problem:    'hlsearch' highlight remains in other window after cancelling
            command.
Solution:   Redraw all windows. Also remove unnecessary delays. (closes #3437)
This commit is contained in:
Bram Moolenaar
2018-09-16 17:08:04 +02:00
parent 8f4499b816
commit 65985ac998
6 changed files with 43 additions and 20 deletions

View File

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