mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user