vim-patch:7.4.288 #751

Problem:    When 'spellfile' is set the screen is not redrawn.
Solution:   Redraw when updating the spelling info. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=7965cb6a435ae1ea331c7c2f8740d3d4c3625f3b
This commit is contained in:
oni-link
2014-05-22 12:08:47 +02:00
committed by Justin M. Keyes
parent 82d11c0772
commit 8638578bf3
2 changed files with 3 additions and 0 deletions

View File

@@ -3967,6 +3967,7 @@ char_u *did_set_spelllang(win_T *wp)
theend: theend:
free(spl_copy); free(spl_copy);
recursive = FALSE; recursive = FALSE;
redraw_win_later(wp, NOT_VALID);
return ret_msg; return ret_msg;
} }

View File

@@ -202,6 +202,8 @@ static char *(features[]) = {
static int included_patches[] = { static int included_patches[] = {
// Add new patch number below this line // Add new patch number below this line
288,
//287,
286, 286,
285, 285,
284, 284,