mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
unittest: Add dict_items function
This commit is contained in:
@@ -409,10 +409,6 @@ EXTERN struct caller_scope {
|
||||
} provider_caller_scope;
|
||||
EXTERN int provider_call_nesting INIT(= 0);
|
||||
|
||||
/* Magic number used for hashitem "hi_key" value indicating a deleted item.
|
||||
* Only the address is used. */
|
||||
EXTERN char_u hash_removed;
|
||||
|
||||
|
||||
EXTERN int t_colors INIT(= 256); // int value of T_CCO
|
||||
|
||||
|
Reference in New Issue
Block a user