forked from aniani/vim
patch 8.2.2629: Vim9: error for #{{ is not desired
Problem: Vim9: error for #{{ is not desired.
Solution: Adjust the checks. (closes #7990)
This commit is contained in:
@@ -376,4 +376,4 @@ EXTERN char e_argument_already_declared_in_script_str[]
|
||||
EXTERN char e_import_as_name_not_supported_here[]
|
||||
INIT(= N_("E1169: 'import * as {name}' not supported here"));
|
||||
EXTERN char e_cannot_use_hash_curly_to_start_comment[]
|
||||
INIT(= N_("E1170: 'Cannot use #{ to start a comment"));
|
||||
INIT(= N_("E1170: Cannot use #{ to start a comment"));
|
||||
|
||||
Reference in New Issue
Block a user