mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4682: Vim9: can use :unlockvar for const variable
Problem: Vim9: can use :unlockvar for const variable. (Ernie Rael) Solution: Check whether the variable is a const.
This commit is contained in:
@@ -303,7 +303,6 @@ static void ex_tag_cmd(exarg_T *eap, char_u *name);
|
||||
# define ex_throw ex_ni
|
||||
# define ex_try ex_ni
|
||||
# define ex_unlet ex_ni
|
||||
# define ex_unlockvar ex_ni
|
||||
# define ex_while ex_ni
|
||||
# define ex_import ex_ni
|
||||
# define ex_export ex_ni
|
||||
|
Reference in New Issue
Block a user