1
0
forked from aniani/vim

patch 7.4.1871

Problem:    Appending to the quickfix list while the quickfix window is open
            is very slow.
Solution:   Do not delete all the lines, only append the new ones.  Avoid
            using a window while updating the list. (closes #841)
This commit is contained in:
Bram Moolenaar
2016-06-02 13:40:04 +02:00
parent dec6c7beda
commit 864293abb7
2 changed files with 94 additions and 40 deletions

View File

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