mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1756: Vim9: :let will soon be disallowed
Problem: Vim9: :let will soon be disallowed. Solution: Add v:disallow_let temporarily. Fix tests.
This commit is contained in:
@@ -274,4 +274,6 @@ EXTERN char e_str_cannot_be_used_in_legacy_vim_script[]
|
||||
INIT(= N_("E1124: \"%s\" cannot be used in legacy Vim script"));
|
||||
EXTERN char e_final_requires_a_value[]
|
||||
INIT(= N_("E1125: Final requires a value"));
|
||||
EXTERN char e_cannot_use_let_in_vim9_script[]
|
||||
INIT(= N_("E1126: Cannot use :let in Vim9 script"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user