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 73b484c commit 4c8980bCopy full SHA for 4c8980b
src/testdir/test_syntax.vim
@@ -83,7 +83,7 @@ endfunc
83
84
func Test_syntime()
85
if !has('profile')
86
- finish
+ return
87
endif
88
89
syntax on
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 132,
769
/**/
770
131,
771
0 commit comments