0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.1510: misleading variable name for error message

Problem:    Misleading variable name for error message.
Solution:   Change "name" to "number".  (closes #12345)
This commit is contained in:
Bram Moolenaar
2023-05-05 22:58:34 +01:00
parent 2391954036
commit 70e8028a4d
3 changed files with 6 additions and 3 deletions

View File

@@ -1236,7 +1236,7 @@ EXTERN char e_use_w_or_w_gt_gt[]
INIT(= N_("E494: Use w or w>>"));
EXTERN char e_no_autocommand_file_name_to_substitute_for_afile[]
INIT(= N_("E495: No autocommand file name to substitute for \"<afile>\""));
EXTERN char e_no_autocommand_buffer_name_to_substitute_for_abuf[]
EXTERN char e_no_autocommand_buffer_number_to_substitute_for_abuf[]
INIT(= N_("E496: No autocommand buffer number to substitute for \"<abuf>\""));
EXTERN char e_no_autocommand_match_name_to_substitute_for_amatch[]
INIT(= N_("E497: No autocommand match name to substitute for \"<amatch>\""));