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 f882d9f commit bc96c29Copy full SHA for bc96c29
2 files changed
src/testdir/test_tagcase.in
@@ -2,6 +2,7 @@ Tests for 'tagcase' option
2
3
STARTTEST
4
:so small.vim
5
+:lang mess C
6
:/^start text$/+1,/^end text$/w! Xtext
7
:/^start tags$/+1,/^end tags$/-1w! Xtags
8
:set tags=Xtags
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 957,
746
/**/
747
956,
748
0 commit comments