forked from aniani/vim
patch 8.2.2905: no error when defaults.vim cannot be loaded
Problem: No error when defaults.vim cannot be loaded. Solution: Add an error message. (Christian Brabandt, closes #8248)
This commit is contained in:
committed by
Bram Moolenaar
parent
74ede80aeb
commit
1d3a14ecf0
@@ -413,3 +413,5 @@ EXTERN char e_missing_redir_end[]
|
||||
INIT(= N_("E1185: Missing :redir END"));
|
||||
EXTERN char e_expression_does_not_result_in_value_str[]
|
||||
INIT(= N_("E1186: Expression does not result in a value: %s"));
|
||||
EXTERN char e_failed_to_source_defaults[]
|
||||
INIT(= N_("E1187: Failed to source defaults.vim"));
|
||||
|
||||
Reference in New Issue
Block a user