mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1157: "implements" only handles one interface name
Problem: "implements" only handles one interface name. Solution: Handle a comma separated list of names. Check for duplicate names.
This commit is contained in:
@@ -3422,4 +3422,8 @@ EXTERN char e_member_str_of_interface_str_not_implemented[]
|
||||
INIT(= N_("E1348: Member \"%s\" of interface \"%s\" not implemented"));
|
||||
EXTERN char e_function_str_of_interface_str_not_implemented[]
|
||||
INIT(= N_("E1349: Function \"%s\" of interface \"%s\" not implemented"));
|
||||
EXTERN char e_duplicate_implements[]
|
||||
INIT(= N_("E1350: Duplicate \"implements\""));
|
||||
EXTERN char e_duplicate_interface_after_implements_str[]
|
||||
INIT(= N_("E1351: Duplicate interface after \"implements\": %s"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user