comparison src/errors.h @ 24176:12378fbc99bc v8.2.2629

patch 8.2.2629: Vim9: error for #{{ is not desired Commit: https://github.com/vim/vim/commit/a0399efa72380115a3eb650544dd64e459476bd2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 20 15:00:01 2021 +0100 patch 8.2.2629: Vim9: error for #{{ is not desired Problem: Vim9: error for #{{ is not desired. Solution: Adjust the checks. (closes https://github.com/vim/vim/issues/7990)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Mar 2021 15:15:02 +0100
parents 93e69703a290
children c20e763bc73c
comparison
equal deleted inserted replaced
24175:96522ca7aac2 24176:12378fbc99bc
374 EXTERN char e_argument_already_declared_in_script_str[] 374 EXTERN char e_argument_already_declared_in_script_str[]
375 INIT(= N_("E1168: Argument already declared in the script: %s")); 375 INIT(= N_("E1168: Argument already declared in the script: %s"));
376 EXTERN char e_import_as_name_not_supported_here[] 376 EXTERN char e_import_as_name_not_supported_here[]
377 INIT(= N_("E1169: 'import * as {name}' not supported here")); 377 INIT(= N_("E1169: 'import * as {name}' not supported here"));
378 EXTERN char e_cannot_use_hash_curly_to_start_comment[] 378 EXTERN char e_cannot_use_hash_curly_to_start_comment[]
379 INIT(= N_("E1170: 'Cannot use #{ to start a comment")); 379 INIT(= N_("E1170: Cannot use #{ to start a comment"));