mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1931: syntax test fails
Problem: Syntax test fails. Solution: Add new javascriptreact type to completions.
This commit is contained in:
parent
92852cee3f
commit
ea7a08a53e
@ -393,7 +393,7 @@ endfunc
|
|||||||
|
|
||||||
func Test_ownsyntax_completion()
|
func Test_ownsyntax_completion()
|
||||||
call feedkeys(":ownsyntax java\<C-A>\<C-B>\"\<CR>", 'tx')
|
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
|
endfunc
|
||||||
|
|
||||||
func Test_highlight_invalid_arg()
|
func Test_highlight_invalid_arg()
|
||||||
|
@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1931,
|
||||||
/**/
|
/**/
|
||||||
1930,
|
1930,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user