diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 15:06:02 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:27 -0500 |
commit | f613c61dae7be1c4f9eadc223a77684a128508b0 (patch) | |
tree | 906fb198d5971d5f0268a94265076f2051fe974d /src/nvim/version.c | |
parent | 5f6eb62a316712554644a5a76d255df77fba0091 (diff) | |
download | rneovim-f613c61dae7be1c4f9eadc223a77684a128508b0.tar.gz rneovim-f613c61dae7be1c4f9eadc223a77684a128508b0.tar.bz2 rneovim-f613c61dae7be1c4f9eadc223a77684a128508b0.zip |
vim-patch:7.4.1984
Problem: Not all quickfix features are tested.
Solution: Add a few more tests. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/0fcc7c6dd1902b71e0e7d0a35ddabafef6455a83
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 17bb4aa356..b5168f565b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -456,7 +456,7 @@ static int included_patches[] = { // 1987 NA // 1986, // 1985 NA - // 1984, + 1984, // 1983 NA // 1982 NA // 1981, |