summaryrefslogtreecommitdiff
path: root/src/spell.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-05 16:09:06 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-05 16:09:06 +0000
commit677658ae49de31fe2e5b1fa6d93fdfab85a4362e (patch)
treef5f0bbdda081ce1dad3bcaf7f4e6cf3281774cac /src/spell.h
parent8e7d9db32b53ca2b1cb7570d2042860bcd1e943f (diff)
downloadvim-git-677658ae49de31fe2e5b1fa6d93fdfab85a4362e.tar.gz
patch 8.2.4008: error messages are spread outv8.2.4008
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
Diffstat (limited to 'src/spell.h')
-rw-r--r--src/spell.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/spell.h b/src/spell.h
index 7e4f813b4..e1ca380e0 100644
--- a/src/spell.h
+++ b/src/spell.h
@@ -295,9 +295,6 @@ SPELL_EXTERN slang_T *first_lang SPELL_INIT(= NULL);
// file used for "zG" and "zW"
SPELL_EXTERN char_u *int_wordlist SPELL_INIT(= NULL);
-
-SPELL_EXTERN char e_format[] SPELL_INIT(= N_("E759: Format error in spell file"));
-
SPELL_EXTERN spelltab_T spelltab;
SPELL_EXTERN int did_set_spelltab;