forked from aniani/vim
patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected
Problem: Vim9: cannot use 0 or 1 where a bool is expected. Solution: Allow using 0 and 1 for a bool type. (closes #6903)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* vim9type.c */
|
||||
type_T *alloc_type(garray_T *type_gap);
|
||||
void clear_type_list(garray_T *gap);
|
||||
type_T *get_list_type(type_T *member_type, garray_T *type_gap);
|
||||
type_T *get_dict_type(type_T *member_type, garray_T *type_gap);
|
||||
|
Reference in New Issue
Block a user