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 d042dc8 commit 60422e6Copy full SHA for 60422e6
2 files changed
src/testdir/test_tagcase.in
@@ -1,6 +1,7 @@
1
Tests for 'tagcase' option
2
3
STARTTEST
4
+:so small.vim
5
:/^start text$/+1,/^end text$/w! Xtext
6
:/^start tags$/+1,/^end tags$/-1w! Xtags
7
: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
+ 942,
746
/**/
747
941,
748
0 commit comments