forked from aniani/vim
updated for version 7.0-037
This commit is contained in:
parent
6c60ea21c2
commit
a3f2ecdecb
@ -7129,6 +7129,12 @@ screenalloc(clear)
|
|||||||
return;
|
return;
|
||||||
entered = TRUE;
|
entered = TRUE;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note that the window sizes are updated before reallocating the arrays,
|
||||||
|
* thus we must not redraw here!
|
||||||
|
*/
|
||||||
|
++RedrawingDisabled;
|
||||||
|
|
||||||
win_new_shellsize(); /* fit the windows in the new sized shell */
|
win_new_shellsize(); /* fit the windows in the new sized shell */
|
||||||
|
|
||||||
comp_col(); /* recompute columns for shown command and ruler */
|
comp_col(); /* recompute columns for shown command and ruler */
|
||||||
@ -7363,6 +7369,7 @@ screenalloc(clear)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
entered = FALSE;
|
entered = FALSE;
|
||||||
|
--RedrawingDisabled;
|
||||||
|
|
||||||
#ifdef FEAT_AUTOCMD
|
#ifdef FEAT_AUTOCMD
|
||||||
if (starting == 0)
|
if (starting == 0)
|
||||||
|
@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
37,
|
||||||
/**/
|
/**/
|
||||||
36,
|
36,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user