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 4cf7679 commit 8c60005Copy full SHA for 8c60005
2 files changed
src/testdir/test108.in
@@ -2,6 +2,7 @@ Tests for backtrace debug commands. vim: set ft=vim :
2
3
STARTTEST
4
:so small.vim
5
+:lang mess C
6
:function! Foo()
7
: let var1 = 1
8
: let var2 = Bar(var1) + 9
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
+ 1110,
746
/**/
747
1109,
748
0 commit comments