mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4526: Vim9: cannot set variables to a null value
Problem: Vim9: cannot set variables to a null value. Solution: Add null_list, null_job, etc.
This commit is contained in:
@@ -91,6 +91,7 @@ typedef enum {
|
||||
ISN_PUSHJOB, // push channel isn_arg.job
|
||||
ISN_NEWLIST, // push list from stack items, size is isn_arg.number
|
||||
ISN_NEWDICT, // push dict from stack items, size is isn_arg.number
|
||||
ISN_NEWPARTIAL, // push NULL partial
|
||||
|
||||
ISN_AUTOLOAD, // get item from autoload import, function or variable
|
||||
|
||||
|
Reference in New Issue
Block a user