comparison src/errors.h @ 26660:2b17f87b7bd1 v8.2.3859

patch 8.2.3859: Vim9: some code lines not tested Commit: https://github.com/vim/vim/commit/a99fb23842f055c511bfe1b62de7bbd14d5a99c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 20 12:25:03 2021 +0000 patch 8.2.3859: Vim9: some code lines not tested Problem: Vim9: some code lines not tested. Solution: Add a few specific tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Dec 2021 13:30:03 +0100
parents 6f8d3470fa90
children 3f209f13883d
comparison
equal deleted inserted replaced
26659:c4b51a7d535e 26660:2b17f87b7bd1
848 INIT(= N_("E1251: List, Dictionary, Blob or String required for argument %d")); 848 INIT(= N_("E1251: List, Dictionary, Blob or String required for argument %d"));
849 EXTERN char e_string_list_or_blob_required_for_argument_nr[] 849 EXTERN char e_string_list_or_blob_required_for_argument_nr[]
850 INIT(= N_("E1252: String, List or Blob required for argument %d")); 850 INIT(= N_("E1252: String, List or Blob required for argument %d"));
851 EXTERN char e_string_expected_for_argument_nr[] 851 EXTERN char e_string_expected_for_argument_nr[]
852 INIT(= N_("E1253: String expected for argument %d")); 852 INIT(= N_("E1253: String expected for argument %d"));
853 EXTERN char e_cannot_use_script_variable_in_for_loop[]
854 INIT(= N_("E1254: Cannot use script variable in for loop"));