mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)
Problem: Vim9: exception in ISN_INSTR caught at wrong level.
Solution: Set the starting trylevel in exec_instructions(). (closes vim/vim#8214)
ff65288aa8
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -890,7 +890,7 @@ EXTERN const char e_invarg2[] INIT(= N_("E475: Invalid argument: %s"));
|
||||
EXTERN const char e_invargval[] INIT(= N_("E475: Invalid value for argument %s"));
|
||||
EXTERN const char e_invargNval[] INIT(= N_("E475: Invalid value for argument %s: %s"));
|
||||
EXTERN const char e_duparg2[] INIT(= N_("E983: Duplicate argument: %s"));
|
||||
EXTERN const char e_invexpr2[] INIT(= N_("E15: Invalid expression: %s"));
|
||||
EXTERN const char e_invexpr2[] INIT(= N_("E15: Invalid expression: \"%s\""));
|
||||
EXTERN const char e_invrange[] INIT(= N_("E16: Invalid range"));
|
||||
EXTERN const char e_invcmd[] INIT(= N_("E476: Invalid command"));
|
||||
EXTERN const char e_isadir2[] INIT(= N_("E17: \"%s\" is a directory"));
|
||||
|
Reference in New Issue
Block a user