comparison src/spell.h @ 26958:d92e0d85923f v8.2.4008

patch 8.2.4008: error messages are spread out Commit: https://github.com/vim/vim/commit/677658ae49de31fe2e5b1fa6d93fdfab85a4362e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 5 16:09:06 2022 +0000 patch 8.2.4008: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 17:15:05 +0100
parents 11055d5b74a7
children 89c181c99e23
comparison
equal deleted inserted replaced
26957:e5b81e2bed22 26958:d92e0d85923f
293 SPELL_EXTERN slang_T *first_lang SPELL_INIT(= NULL); 293 SPELL_EXTERN slang_T *first_lang SPELL_INIT(= NULL);
294 294
295 // file used for "zG" and "zW" 295 // file used for "zG" and "zW"
296 SPELL_EXTERN char_u *int_wordlist SPELL_INIT(= NULL); 296 SPELL_EXTERN char_u *int_wordlist SPELL_INIT(= NULL);
297 297
298
299 SPELL_EXTERN char e_format[] SPELL_INIT(= N_("E759: Format error in spell file"));
300
301 SPELL_EXTERN spelltab_T spelltab; 298 SPELL_EXTERN spelltab_T spelltab;
302 SPELL_EXTERN int did_set_spelltab; 299 SPELL_EXTERN int did_set_spelltab;
303 300
304 // Values for "what" argument of spell_add_word() 301 // Values for "what" argument of spell_add_word()
305 #define SPELL_ADD_GOOD 0 302 #define SPELL_ADD_GOOD 0