summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-05-13 14:03:40 +0200
committerBram Moolenaar <Bram@vim.org>2014-05-13 14:03:40 +0200
commitbe578edae30d1292ddbf1f63518175fa45567ab8 (patch)
tree6e4b2291b361a8d623b6a68fc7e1ba08351f9c88
parent46ae3cedeb8785299e825970f46763eff73399c5 (diff)
updated for version 7.4.288v7.4.288
Problem: When 'spellfile' is set the screen is not redrawn. Solution: Redraw when updating the spelling info. (Christian Brabandt)
-rw-r--r--src/spell.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/spell.c b/src/spell.c
index 768c7c5f90..50636421ea 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -4508,6 +4508,7 @@ did_set_spelllang(wp)
theend:
vim_free(spl_copy);
recursive = FALSE;
+ redraw_win_later(wp, NOT_VALID);
return ret_msg;
}
diff --git a/src/version.c b/src/version.c
index 5ebb30d4e0..13c5ec9433 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 288,
+/**/
287,
/**/
286,