diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 15:05:34 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:26 -0500 |
commit | 2244253c14193be94dac4b40a24dcea56e1f1b15 (patch) | |
tree | 10dc57f41a8beab8dad256402f40b386f0ac7b00 /src/nvim/version.c | |
parent | 4ac88c4faa1abe449e69263a3e6f8655b7a71d7c (diff) | |
download | rneovim-2244253c14193be94dac4b40a24dcea56e1f1b15.tar.gz rneovim-2244253c14193be94dac4b40a24dcea56e1f1b15.tar.bz2 rneovim-2244253c14193be94dac4b40a24dcea56e1f1b15.zip |
vim-patch:7.4.1941
Problem: Not all quickfix tests are also done with the location lists.
Solution: Test more quickfix code. Use user commands instead of "exe".
(Yegappan Lakshmanan)
https://github.com/vim/vim/commit/3ef5bf7d459d6b8a21aaefc80f65448f5a7aa59f
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 04f995ee0a..f9385dcc93 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -499,7 +499,7 @@ static int included_patches[] = { // 1944 NA // 1943 NA // 1942 NA - // 1941, + 1941, // 1940, // 1939 NA // 1938 NA |