mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +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:
|
||||
free(spl_copy);
|
||||
recursive = FALSE;
|
||||
redraw_win_later(wp, NOT_VALID);
|
||||
return ret_msg;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user