0
0
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:
Bram Moolenaar
2021-12-05 19:10:04 +00:00
parent 0bac5fc5e1
commit e5710a02cb
4 changed files with 2 additions and 37 deletions

View File

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