diff --git a/src/testdir/test_syntax.vim b/src/testdir/test_syntax.vim index 199a13493d..0479901ce0 100644 --- a/src/testdir/test_syntax.vim +++ b/src/testdir/test_syntax.vim @@ -393,7 +393,7 @@ endfunc func Test_ownsyntax_completion() call feedkeys(":ownsyntax java\\\"\", 'tx') - call assert_equal('"ownsyntax java javacc javascript', @:) + call assert_equal('"ownsyntax java javacc javascript javascriptreact', @:) endfunc func Test_highlight_invalid_arg() diff --git a/src/version.c b/src/version.c index f0e441a132..9c8ff7099d 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1931, /**/ 1930, /**/