diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 15:05:47 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:27 -0500 |
commit | 8f0bf810ff9257b55afc2ee95c2e0f81bdec79bd (patch) | |
tree | 698d1f60a0456d1f07d8ac05b9c971f239bbbc73 /src/nvim/version.c | |
parent | d091faf2849dcd4ece60bffaaf8db61ae4f2fe5e (diff) | |
download | rneovim-8f0bf810ff9257b55afc2ee95c2e0f81bdec79bd.tar.gz rneovim-8f0bf810ff9257b55afc2ee95c2e0f81bdec79bd.tar.bz2 rneovim-8f0bf810ff9257b55afc2ee95c2e0f81bdec79bd.zip |
vim-patch:7.4.1953
Problem: Not all parts of the quickfix code are tested.
Solution: Add more tests. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/049cba9e9760152b5695399a991dc61cea9ba143
Diffstat (limited to 'src/nvim/version.c')
-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 b75aae3226..c4fdcd61f9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -487,7 +487,7 @@ static int included_patches[] = { 1956, // 1955, // 1954, - // 1953, + 1953, 1952, // 1951 NA 1950, |