commit | 5584df65a0ca2315d1eebc13c54a448bee4d0758 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 21:00:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 21:00:51 2016 +0100 |
tree | 496f385985c5f9a36945328c3b8ca3d4395f587c | |
parent | 3f242a844e83a5a04943869f6e3bcbf8650dc465 [diff] [blame] |
patch 7.4.1591 Problem: The quickfix title is truncated. Solution: Save the command before it is truncated. (Anton Lindqvist)
diff --git a/src/version.c b/src/version.c index a64d608..f2e7d67 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1591, +/**/ 1590, /**/ 1589,