mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 23:02:50 +00:00
encode: Do not use default case for v_type
This commit is contained in:
@@ -555,7 +555,7 @@ name##_convert_one_value_regular_dict: \
|
||||
})); \
|
||||
break; \
|
||||
} \
|
||||
default: { \
|
||||
case VAR_UNKNOWN: { \
|
||||
EMSG2(_(e_intern2), #name "_convert_one_value()"); \
|
||||
return FAIL; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user