diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/spell.c | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c index a3e104b160..924414c7da 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -3967,6 +3967,7 @@ char_u *did_set_spelllang(win_T *wp) theend: free(spl_copy); recursive = FALSE; + redraw_win_later(wp, NOT_VALID); return ret_msg; } diff --git a/src/nvim/version.c b/src/nvim/version.c index ffe79a1528..49fe3ea909 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -202,6 +202,8 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + 288, + //287, 286, 285, 284, |