We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38d66 commit cf25fdbCopy full SHA for cf25fdb
src/testdir/test_quickfix.vim
@@ -407,6 +407,7 @@ endfunction
407
408
function Test_helpgrep()
409
call s:test_xhelpgrep('c')
410
+ helpclose
411
call s:test_xhelpgrep('l')
412
endfunc
413
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2151,
768
/**/
769
2150,
770
0 commit comments