Skip to content

Commit 3f1e9f0

Browse files
committed
patch 8.2.2555: Vim9: missing test for 8.2.2553
Problem: Vim9: missing test for 8.2.2553. Solution: Add a simple test.
1 parent 0f2a5cc commit 3f1e9f0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_vim9_script.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ def Test_block()
258258
assert_equal(2, inner)
259259
}
260260
assert_equal(1, outer)
261+
262+
{|echo 'yes'|}
261263
enddef
262264

263265
def Test_block_failure()

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2555,
753755
/**/
754756
2554,
755757
/**/

0 commit comments

Comments
 (0)