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 vim/vim#841)

864293abb7
This commit is contained in:
James McCoy
2016-12-12 15:05:06 -05:00
parent 9df9cf4ecc
commit d244068f4f
2 changed files with 90 additions and 56 deletions

View File

@@ -569,7 +569,7 @@ static int included_patches[] = {
// 1874 NA
// 1873 NA
// 1872 NA
// 1871,
1871,
// 1870 NA
// 1869 NA
// 1868,