diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-20 22:25:06 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-24 20:49:19 -0400 |
commit | da9b6b1de0120a86501293242073fbebe78395b7 (patch) | |
tree | 1a426d4bb658963f3aa20410e8518a19299e8566 /src | |
parent | 176f223ea3d1e8fb5716d5c2c0f09bead4864d59 (diff) | |
download | rneovim-da9b6b1de0120a86501293242073fbebe78395b7.tar.gz rneovim-da9b6b1de0120a86501293242073fbebe78395b7.tar.bz2 rneovim-da9b6b1de0120a86501293242073fbebe78395b7.zip |
vim-patch:7.4.1053
Problem: Insufficient testing for quickfix commands.
Solution: Add a new style quickfix test. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/da59dd5da6440c3410866ed61ce169a2012ba5bd
Diffstat (limited to 'src')
-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 23bfca6221..46b0ebad09 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -631,7 +631,7 @@ static int included_patches[] = { // 1056, 1055, 1054, - // 1053, + 1053, 1052, // 1051, 1050, |