aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 10:56:00 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-27 14:10:00 -0500
commite89efe75f9fd872e2c7323ea525b35af90e8afa0 (patch)
treeec400ad806e769f266f6dcca8f942f53ee7eaf7a /src/nvim/version.c
parent9ef371fd545034519e4259da001a52e9f7838ffe (diff)
downloadrneovim-e89efe75f9fd872e2c7323ea525b35af90e8afa0.tar.gz
rneovim-e89efe75f9fd872e2c7323ea525b35af90e8afa0.tar.bz2
rneovim-e89efe75f9fd872e2c7323ea525b35af90e8afa0.zip
vim-patch:7.4.1752
Problem: When adding to the quickfix list the current position is reset. Solution: Do not reset the position when not needed. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/c1808d5822ed9534ef7f0fe509b15bee92a5cc28
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 ed1d7448ea..d10d5cf75b 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -689,7 +689,7 @@ static int included_patches[] = {
1754,
1753,
// 1753,
- // 1752,
+ 1752,
1751,
// 1750 NA
// 1749 NA