mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled script
Problem: Vim9: cannot use :lockvar and :unlockvar in compiled script. Solution: Implement locking support.
This commit is contained in:
@@ -391,3 +391,5 @@ EXTERN char e_misplaced_command_modifier[]
|
||||
INIT(= N_("E1176: Misplaced command modifier"));
|
||||
EXTERN char e_for_loop_on_str_not_supported[]
|
||||
INIT(= N_("E1177: For loop on %s not supported"));
|
||||
EXTERN char e_cannot_lock_unlock_local_variable[]
|
||||
INIT(= N_("E1178: Cannot lock or unlock a local variable"));
|
||||
|
Reference in New Issue
Block a user