mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
eval: add v:event, which will contain data events want to propagate to their receivers.
Add helper functions dict_clear and dict_set_keys_readonly.
This commit is contained in:
@@ -113,7 +113,8 @@ enum {
|
||||
VV_OPTION_TYPE,
|
||||
VV_ERRORS,
|
||||
VV_MSGPACK_TYPES,
|
||||
VV_LEN, /* number of v: vars */
|
||||
VV_EVENT,
|
||||
VV_LEN, // number of v: vars
|
||||
};
|
||||
|
||||
/// Maximum number of function arguments
|
||||
|
Reference in New Issue
Block a user