diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-15 14:10:56 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-15 14:10:56 +0100 |
| commit | ec4e84210b87965e7110b061a321c7ec8a359d47 (patch) | |
| tree | d6b880ee8fa788dab05e83d300bcfe8279fb163a /src/nvim/testdir | |
| parent | 3b52e3c4c8784d60e44f3dc9a6bb7795af588931 (diff) | |
| parent | 2ecab2193d6ea866be77588a80ce14669a008a7b (diff) | |
| download | rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.gz rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.tar.bz2 rneovim-ec4e84210b87965e7110b061a321c7ec8a359d47.zip | |
Merge #6254 'vim-patch:7.4.2135,7.4.2144,7.4.2151'
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_quickfix.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_quickfix.vim b/src/nvim/testdir/test_quickfix.vim index 1f4a39b853..640918b343 100644 --- a/src/nvim/testdir/test_quickfix.vim +++ b/src/nvim/testdir/test_quickfix.vim @@ -389,6 +389,7 @@ endfunction function Test_helpgrep() call s:test_xhelpgrep('c') + helpclose call s:test_xhelpgrep('l') endfunc |