forked from aniani/vim
patch 8.1.1931: syntax test fails
Problem: Syntax test fails. Solution: Add new javascriptreact type to completions.
This commit is contained in:
@@ -393,7 +393,7 @@ endfunc
|
||||
|
||||
func Test_ownsyntax_completion()
|
||||
call feedkeys(":ownsyntax java\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal('"ownsyntax java javacc javascript', @:)
|
||||
call assert_equal('"ownsyntax java javacc javascript javascriptreact', @:)
|
||||
endfunc
|
||||
|
||||
func Test_highlight_invalid_arg()
|
||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1931,
|
||||
/**/
|
||||
1930,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user