mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.3208: dynamic library load error does not mention why it failed
Problem: Dynamic library load error does not mention why it failed. Solution: Add the error message. (Martin Tournoij, closes #8621)
This commit is contained in:
committed by
Bram Moolenaar
parent
5a234eb18e
commit
1a3e5747b7
@@ -1632,7 +1632,7 @@ EXTERN char e_fsync[] INIT(= N_("E667: Fsync failed"));
|
||||
|| defined(DYNAMIC_MZSCHEME) \
|
||||
|| defined(DYNAMIC_LUA) \
|
||||
|| defined(FEAT_TERMINAL)
|
||||
EXTERN char e_loadlib[] INIT(= N_("E370: Could not load library %s"));
|
||||
EXTERN char e_loadlib[] INIT(= N_("E370: Could not load library %s: %s"));
|
||||
EXTERN char e_loadfunc[] INIT(= N_("E448: Could not load library function %s"));
|
||||
#endif
|
||||
EXTERN char e_nobang[] INIT(= N_("E477: No ! allowed"));
|
||||
|
Reference in New Issue
Block a user