mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1249: cannot export an abstract class
Problem: Cannot export an abstract class. (Ernie Rael) Solution: Add the EX_EXPORT flag to :abstract. (closes #11884)
This commit is contained in:
@@ -423,7 +423,7 @@ early_ret:
|
||||
char *wrong_name = is_class ? "endinterface" : "endclass";
|
||||
if (checkforcmd(&p, wrong_name, is_class ? 5 : 4))
|
||||
{
|
||||
semsg(_(e_invalid_command_str), line);
|
||||
semsg(_(e_invalid_command_str_expected_str), line, end_name);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user