summaryrefslogtreecommitdiff
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-08 18:54:49 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-08 18:54:49 +0200
commitf154f3ab2c1eea67afc20140c580ad003752dc72 (patch)
tree810c30016a6d900d080aad74ea6813c54ea5f20a /src/proto/spell.pro
parent6938e27abd80715cf7beb9d3d579a63201f417a1 (diff)
downloadvim-git-f154f3ab2c1eea67afc20140c580ad003752dc72.tar.gz
patch 8.2.0932: missspelling spelllangv8.2.0932
Problem: Missspelling spelllang. Solution: Add an "l". (Dominique Pelle)
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 461b5e10e..6b1f84bc3 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -43,7 +43,7 @@ char_u *spell_to_word_end(char_u *start, win_T *win);
int spell_word_start(int startcol);
void spell_expand_check_cap(colnr_T col);
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
-int valid_spellang(char_u *val);
+int valid_spelllang(char_u *val);
int valid_spellfile(char_u *val);
char *did_set_spell_option(int is_spellfile);
char *compile_cap_prog(synblock_T *synblock);