comparison src/errors.h @ 32357:5e2f81645b10 v9.0.1510

patch 9.0.1510: misleading variable name for error message Commit: https://github.com/vim/vim/commit/70e8028a4d63c83f67bc3314d064613e2041e462 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 5 22:58:34 2023 +0100 patch 9.0.1510: misleading variable name for error message Problem: Misleading variable name for error message. Solution: Change "name" to "number". (closes https://github.com/vim/vim/issues/12345)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 May 2023 00:00:03 +0200
parents 9b0c304500cc
children ffbae151e462
comparison
equal deleted inserted replaced
32356:9544f61c1275 32357:5e2f81645b10
1234 INIT(= N_("E493: Backwards range given")); 1234 INIT(= N_("E493: Backwards range given"));
1235 EXTERN char e_use_w_or_w_gt_gt[] 1235 EXTERN char e_use_w_or_w_gt_gt[]
1236 INIT(= N_("E494: Use w or w>>")); 1236 INIT(= N_("E494: Use w or w>>"));
1237 EXTERN char e_no_autocommand_file_name_to_substitute_for_afile[] 1237 EXTERN char e_no_autocommand_file_name_to_substitute_for_afile[]
1238 INIT(= N_("E495: No autocommand file name to substitute for \"<afile>\"")); 1238 INIT(= N_("E495: No autocommand file name to substitute for \"<afile>\""));
1239 EXTERN char e_no_autocommand_buffer_name_to_substitute_for_abuf[] 1239 EXTERN char e_no_autocommand_buffer_number_to_substitute_for_abuf[]
1240 INIT(= N_("E496: No autocommand buffer number to substitute for \"<abuf>\"")); 1240 INIT(= N_("E496: No autocommand buffer number to substitute for \"<abuf>\""));
1241 EXTERN char e_no_autocommand_match_name_to_substitute_for_amatch[] 1241 EXTERN char e_no_autocommand_match_name_to_substitute_for_amatch[]
1242 INIT(= N_("E497: No autocommand match name to substitute for \"<amatch>\"")); 1242 INIT(= N_("E497: No autocommand match name to substitute for \"<amatch>\""));
1243 EXTERN char e_no_source_file_name_to_substitute_for_sfile[] 1243 EXTERN char e_no_source_file_name_to_substitute_for_sfile[]
1244 INIT(= N_("E498: No :source file name to substitute for \"<sfile>\"")); 1244 INIT(= N_("E498: No :source file name to substitute for \"<sfile>\""));