diff --git a/src/testdir/test_vim9_class.vim b/src/testdir/test_vim9_class.vim index f1aadde5d3..e73b31c9b3 100644 --- a/src/testdir/test_vim9_class.vim +++ b/src/testdir/test_vim9_class.vim @@ -190,7 +190,7 @@ def Test_object_not_set() this.value = 'xyz' endclass - var state: State + var state: State var db = {'xyz': 789} echo db[state.value] END diff --git a/src/version.c b/src/version.c index ff0b29ea15..bcd24fa902 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1318, /**/ 1317, /**/