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:
@@ -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>\""));
|
||||
|
Reference in New Issue
Block a user