mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
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:

committed by
Justin M. Keyes

parent
82d11c0772
commit
8638578bf3
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user