vim-patch:8.2.0932: missspelling spelllang

Problem:    Missspelling spelllang.
Solution:   Add an "l". (Dominique Pelle)
f154f3ab2c
This commit is contained in:
Jan Edmund Lazo
2020-06-08 19:52:24 -04:00
parent 9d565c5ba3
commit ee4265285d
2 changed files with 4 additions and 4 deletions

View File

@@ -2007,7 +2007,7 @@ char_u *did_set_spelllang(win_T *wp)
region = NULL;
len = (int)STRLEN(lang);
if (!valid_spellang(lang)) {
if (!valid_spelllang(lang)) {
continue;
}