forked from aniani/vim
updated for version 7.0225
This commit is contained in:
@@ -7305,6 +7305,11 @@ screenalloc(clear)
|
||||
#endif
|
||||
|
||||
entered = FALSE;
|
||||
|
||||
#ifdef FEAT_AUTOCMD
|
||||
if (starting == 0)
|
||||
apply_autocmds(EVENT_VIMRESIZED, NULL, NULL, FALSE, curbuf);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user