comparison src/errors.h @ 27436:4c683d6c0a9d v8.2.4246

patch 8.2.4246: one error message not in errors.h Commit: https://github.com/vim/vim/commit/e96eea7b6a56bc7c12e062e90b2e816ff61e705c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 21:00:51 2022 +0000 patch 8.2.4246: one error message not in errors.h Problem: One error message not in errors.h. (Antonio Colombo) Solution: Move the message and rename.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 22:15:03 +0100
parents b17fe5191b49
children 55613f0d59bc
comparison
equal deleted inserted replaced
27435:38c472afefd4 27436:4c683d6c0a9d
745 INIT(= N_("E298: Didn't get block nr 0?")); 745 INIT(= N_("E298: Didn't get block nr 0?"));
746 EXTERN char e_didnt_get_block_nr_one[] 746 EXTERN char e_didnt_get_block_nr_one[]
747 INIT(= N_("E298: Didn't get block nr 1?")); 747 INIT(= N_("E298: Didn't get block nr 1?"));
748 EXTERN char e_didnt_get_block_nr_two[] 748 EXTERN char e_didnt_get_block_nr_two[]
749 INIT(= N_("E298: Didn't get block nr 2?")); 749 INIT(= N_("E298: Didn't get block nr 2?"));
750 // E299 unused 750 #ifdef FEAT_PERL
751 EXTERN char e_perl_evaluation_forbidden_in_sandbox_without_safe_module[]
752 INIT(= N_("E299: Perl evaluation forbidden in sandbox without the Safe module"));
753 #endif
751 EXTERN char e_swap_file_already_exists_symlink_attack[] 754 EXTERN char e_swap_file_already_exists_symlink_attack[]
752 INIT(= N_("E300: Swap file already exists (symlink attack?)")); 755 INIT(= N_("E300: Swap file already exists (symlink attack?)"));
753 EXTERN char e_oops_lost_the_swap_file[] 756 EXTERN char e_oops_lost_the_swap_file[]
754 INIT(= N_("E301: Oops, lost the swap file!!!")); 757 INIT(= N_("E301: Oops, lost the swap file!!!"));
755 EXTERN char e_could_not_rename_swap_file[] 758 EXTERN char e_could_not_rename_swap_file[]