comparison src/errors.h @ 30200:499c766d0c14 v9.0.0436

patch 9.0.0436: CI: running tests in parallel causes flakiness Commit: https://github.com/vim/vim/commit/2da11a4124989e3be917fa8024025d2e1452b363 Author: K.Takata <kentkt@csc.jp> Date: Sat Sep 10 13:03:12 2022 +0100 patch 9.0.0436: CI: running tests in parallel causes flakiness Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes https://github.com/vim/vim/issues/11101)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 14:15:04 +0200
parents 9f8b1f584395
children a3016780f346
comparison
equal deleted inserted replaced
30199:fbf0239e5530 30200:499c766d0c14
2009 INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\"")); 2009 INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\""));
2010 EXTERN char e_cannot_delete_variable[] 2010 EXTERN char e_cannot_delete_variable[]
2011 INIT(= N_("E795: Cannot delete variable")); 2011 INIT(= N_("E795: Cannot delete variable"));
2012 EXTERN char e_cannot_delete_variable_str[] 2012 EXTERN char e_cannot_delete_variable_str[]
2013 INIT(= N_("E795: Cannot delete variable %s")); 2013 INIT(= N_("E795: Cannot delete variable %s"));
2014 #endif
2015 #ifdef MSWIN
2014 // E796 2016 // E796
2015 # ifdef MSWIN
2016 EXTERN char e_writing_to_device_disabled_with_opendevice_option[] 2017 EXTERN char e_writing_to_device_disabled_with_opendevice_option[]
2017 INIT(= N_("writing to device disabled with 'opendevice' option")); 2018 INIT(= N_("writing to device disabled with 'opendevice' option"));
2018 # endif
2019 #endif 2019 #endif
2020 #ifdef FEAT_SPELL 2020 #ifdef FEAT_SPELL
2021 EXTERN char e_spellfilemising_autocommand_deleted_buffer[] 2021 EXTERN char e_spellfilemising_autocommand_deleted_buffer[]
2022 INIT(= N_("E797: SpellFileMissing autocommand deleted buffer")); 2022 INIT(= N_("E797: SpellFileMissing autocommand deleted buffer"));
2023 #endif 2023 #endif