comparison src/errors.h @ 26434:f612c41cfd94 v8.2.3748

patch 8.2.3748: giving an error for an empty sign argument breaks a plugin Commit: https://github.com/vim/vim/commit/e5710a02cb78c2a0a868ea55740835c78ddecbb4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 19:10:04 2021 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 20:15:03 +0100
parents f6ca4276c4cc
children ef0c07cbf53f
comparison
equal deleted inserted replaced
26433:6d49ab05b0e9 26434:f612c41cfd94
692 INIT(= N_("E1246: Cannot find variable to (un)lock: %s")); 692 INIT(= N_("E1246: Cannot find variable to (un)lock: %s"));
693 EXTERN char e_line_number_out_of_range[] 693 EXTERN char e_line_number_out_of_range[]
694 INIT(= N_("E1247: Line number out of range")); 694 INIT(= N_("E1247: Line number out of range"));
695 EXTERN char e_closure_called_from_invalid_context[] 695 EXTERN char e_closure_called_from_invalid_context[]
696 INIT(= N_("E1248: Closure called from invalid context")); 696 INIT(= N_("E1248: Closure called from invalid context"));
697 EXTERN char e_group_name_missing_for_str[]
698 INIT(= N_("E1249: Group name missing for %s"));