mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1357: using null_object results in an internal error
Problem: Using null_object results in an internal error. (Ernie Rael) Solution: Add instructions for pushing an object and class. (closes #12044)
This commit is contained in:
@@ -3449,3 +3449,7 @@ EXTERN char e_using_null_object[]
|
||||
#endif
|
||||
EXTERN char e_cannot_use_color_none_did_you_mean_none[]
|
||||
INIT(= N_("E1361: Cannot use color \"none\", did you mean \"NONE\"?"));
|
||||
#ifdef FEAT_EVAL
|
||||
EXTERN char e_cannot_use_non_null_object[]
|
||||
INIT(= N_("E1362: Cannot use a non-null object"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user