mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3748: giving an error for an empty sign argument breaks a plugin
Problem: Giving an error for an empty sign argument breaks a plugin. Solution: Do not give an error.
This commit is contained in:
@@ -694,5 +694,3 @@ EXTERN char e_line_number_out_of_range[]
|
||||
INIT(= N_("E1247: Line number out of range"));
|
||||
EXTERN char e_closure_called_from_invalid_context[]
|
||||
INIT(= N_("E1248: Closure called from invalid context"));
|
||||
EXTERN char e_group_name_missing_for_str[]
|
||||
INIT(= N_("E1249: Group name missing for %s"));
|
||||
|
Reference in New Issue
Block a user