forked from aniani/vim
patch 9.0.0437: no error when custom completion function returns wrong type
Problem: No error when a custom completion function returns something else than the expected list. Solution: Give an error. (closes #11100)
This commit is contained in:
@@ -3333,4 +3333,6 @@ EXTERN char e_string_number_list_or_blob_required_for_argument_nr[]
|
||||
INIT(= N_("E1301: String, Number, List or Blob required for argument %d"));
|
||||
EXTERN char e_script_variable_was_deleted[]
|
||||
INIT(= N_("E1302: Script variable was deleted"));
|
||||
EXTERN char e_custom_list_completion_function_does_not_return_list_but_str[]
|
||||
INIT(= N_("E1303: Custom list completion function does not return a List but a %s"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user