vim-patch: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)

https://code.google.com/p/vim/source/detail?r=v7-4-349
This commit is contained in:
André Twupack
2014-09-11 20:43:47 +02:00
parent ba4acce341
commit 12ca4f582e
3 changed files with 8 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ static int included_patches[] = {
352,
//351,
//350,
//349,
349,
348,
//347,
346,