]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-037 v7.0.037
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jul 2006 21:01:01 +0000 (21:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jul 2006 21:01:01 +0000 (21:01 +0000)
src/screen.c
src/version.c

index 07eaaaadb183feb7001d6ed39e2cf3037ddf551f..71aec85c0a98adbd62333371a51193b9f653ce4d 100644 (file)
@@ -7129,6 +7129,12 @@ screenalloc(clear)
        return;
     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 */
 
     comp_col();                /* recompute columns for shown command and ruler */
@@ -7363,6 +7369,7 @@ screenalloc(clear)
 #endif
 
     entered = FALSE;
+    --RedrawingDisabled;
 
 #ifdef FEAT_AUTOCMD
     if (starting == 0)
index 318bc93a1248e53c0f37e0cbdd428e05a23e824d..8c03ce877ca827c7f45e3a1410c22329ab5414f7 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    37,
 /**/
     36,
 /**/