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 0f2a5cc commit 3f1e9f0Copy full SHA for 3f1e9f0
2 files changed
src/testdir/test_vim9_script.vim
@@ -258,6 +258,8 @@ def Test_block()
258
assert_equal(2, inner)
259
}
260
assert_equal(1, outer)
261
+
262
+ {|echo 'yes'|}
263
enddef
264
265
def Test_block_failure()
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2555,
755
/**/
756
2554,
757
0 commit comments