aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 15:05:06 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-27 14:10:26 -0500
commitd244068f4fda821888a08858c8a00722f0326da6 (patch)
treedc89ed471a445e5a8e6f829666a3b8a3767d0375 /src/nvim/version.c
parent9df9cf4ecc4143ce23b5ab85b2ad1ef413a249bd (diff)
downloadrneovim-d244068f4fda821888a08858c8a00722f0326da6.tar.gz
rneovim-d244068f4fda821888a08858c8a00722f0326da6.tar.bz2
rneovim-d244068f4fda821888a08858c8a00722f0326da6.zip
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) https://github.com/vim/vim/commit/864293abb72d62604d8d6b458addfb43c14230c3
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 8af6579ac4..93ad69d5f0 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -569,7 +569,7 @@ static int included_patches[] = {
// 1874 NA
// 1873 NA
// 1872 NA
- // 1871,
+ 1871,
// 1870 NA
// 1869 NA
// 1868,