]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.288 v7.4.288
authorBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 12:03:40 +0000 (14:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 May 2014 12:03:40 +0000 (14:03 +0200)
Problem:    When 'spellfile' is set the screen is not redrawn.
Solution:   Redraw when updating the spelling info. (Christian Brabandt)

src/spell.c
src/version.c

index 768c7c5f906a6724eb110831d1dc4450c132a219..50636421eae664181c808f3535145db29c02256a 100644 (file)
@@ -4508,6 +4508,7 @@ did_set_spelllang(wp)
 theend:
     vim_free(spl_copy);
     recursive = FALSE;
+    redraw_win_later(wp, NOT_VALID);
     return ret_msg;
 }
 
index 5ebb30d4e04b7120871958cb8ab402ce53f97ac7..13c5ec9433ba2816d10068d5d427daaca69a86eb 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    288,
 /**/
     287,
 /**/