mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
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:
@@ -569,7 +569,7 @@ static int included_patches[] = {
|
||||
// 1874 NA
|
||||
// 1873 NA
|
||||
// 1872 NA
|
||||
// 1871,
|
||||
1871,
|
||||
// 1870 NA
|
||||
// 1869 NA
|
||||
// 1868,
|
||||
|
Reference in New Issue
Block a user