mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Problem: VAR_SPECIAL is also used for booleans.
Solution: Add VAR_BOOL for better type checking.
9b4a15d5db
This commit is contained in:
@@ -55,6 +55,7 @@ static inline ListReaderState encode_init_lrstate(const list_T *const list)
|
||||
}
|
||||
|
||||
/// Array mapping values from SpecialVarValue enum to names
|
||||
extern const char *const encode_bool_var_names[];
|
||||
extern const char *const encode_special_var_names[];
|
||||
|
||||
/// First codepoint in high surrogates block
|
||||
|
Reference in New Issue
Block a user