diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 15:05:20 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:26 -0500 |
commit | ab43303df7f09d1789a70e2536552461657f08ac (patch) | |
tree | 3fdcc0018f1abc17dd29e6786eb70147776255cc /src/nvim/version.c | |
parent | a86d8b4088d21b784c1b72a03db9c22dcae67d00 (diff) | |
download | rneovim-ab43303df7f09d1789a70e2536552461657f08ac.tar.gz rneovim-ab43303df7f09d1789a70e2536552461657f08ac.tar.bz2 rneovim-ab43303df7f09d1789a70e2536552461657f08ac.zip |
vim-patch:7.4.1884
Problem: Updating marks in a quickfix list is very slow when the list is
long.
Solution: Only update marks if the buffer has a quickfix entry.
https://github.com/vim/vim/commit/2f095a4bc4d786e0ac834f48dd18a94fe2d140e3
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 17c1a85a95..bf0baa8dbf 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -556,7 +556,7 @@ static int included_patches[] = { // 1887 NA // 1886 NA // 1885 NA - // 1884, + 1884, // 1883 NA 1882, 1881, |