1
0
forked from aniani/vim

updated for version 7.4.349

Problem:    When there are matches to highlight the whole window is redrawn,
            which is slow.
Solution:   Only redraw everything when lines were inserted or deleted.
            Reset b_mod_xlines when needed.  (Alexey Radkov)
This commit is contained in:
Bram Moolenaar
2014-07-02 17:16:58 +02:00
parent e7eb789ef0
commit dab70c63e1
3 changed files with 10 additions and 4 deletions

View File

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