aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-12 15:05:01 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-27 14:10:26 -0500
commit9df9cf4ecc4143ce23b5ab85b2ad1ef413a249bd (patch)
tree92c1e8db99c1339cd716241702d1d440362d398d /src/nvim/version.c
parente2b081ed0c9aa43e891e5b33c1f3f077bc579356 (diff)
downloadrneovim-9df9cf4ecc4143ce23b5ab85b2ad1ef413a249bd.tar.gz
rneovim-9df9cf4ecc4143ce23b5ab85b2ad1ef413a249bd.tar.bz2
rneovim-9df9cf4ecc4143ce23b5ab85b2ad1ef413a249bd.zip
vim-patch:7.4.1841
Problem: The code to reallocate the buffer used for quickfix is repeated. Solution: Move the code to a function. (Yegappan Lakshmanan, closes vim/vim#831) https://github.com/vim/vim/commit/2b2b8ae5ab37b04584633c469265d85825166905
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 c8eae8b588..8af6579ac4 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -599,7 +599,7 @@ static int included_patches[] = {
// 1844,
// 1843 NA
1842,
- // 1841,
+ 1841,
1840,
// 1839,
// 1838,