forked from aniani/vim
patch 8.2.2533: Vim9: cannot use a range with :unlet
Problem: Vim9: cannot use a range with :unlet. Solution: Implement ISN_UNLETRANGE.
This commit is contained in:
@@ -61,6 +61,7 @@ typedef enum {
|
||||
ISN_UNLET, // unlet variable isn_arg.unlet.ul_name
|
||||
ISN_UNLETENV, // unlet environment variable isn_arg.unlet.ul_name
|
||||
ISN_UNLETINDEX, // unlet item of list or dict
|
||||
ISN_UNLETRANGE, // unlet items of list
|
||||
|
||||
ISN_LOCKCONST, // lock constant value
|
||||
|
||||
|
Reference in New Issue
Block a user