aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-11-11 10:59:01 -0500
committerJames McCoy <jamessan@jamessan.com>2016-11-11 11:37:42 -0500
commit7baa96b71753baa0b9c0f1c60c9a697c40bd58e7 (patch)
tree474589f8e2803269c1a43b1e731adb6f9edcc17a /src/nvim/version.c
parent0213e99aaf6eba303fd459183dd14a4a11cc5b07 (diff)
downloadrneovim-7baa96b71753baa0b9c0f1c60c9a697c40bd58e7.tar.gz
rneovim-7baa96b71753baa0b9c0f1c60c9a697c40bd58e7.tar.bz2
rneovim-7baa96b71753baa0b9c0f1c60c9a697c40bd58e7.zip
vim-patch:7.4.1591
Problem: The quickfix title is truncated. Solution: Save the command before it is truncated. (Anton Lindqvist) https://github.com/vim/vim/commit/5584df65a0ca2315d1eebc13c54a448bee4d0758
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 055a997cd4..67487ed253 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -853,7 +853,7 @@ static int included_patches[] = {
// 1594 NA
// 1593 NA
1592,
- // 1591,
+ 1591,
// 1590,
// 1589,
1588,