1
0
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:
Christian Brabandt
2021-05-29 19:53:50 +02:00
committed by Bram Moolenaar
parent 74ede80aeb
commit 1d3a14ecf0
5 changed files with 26 additions and 3 deletions

View File

@@ -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"));