1
0
forked from aniani/vim

patch 7.4.797

Problem:    Crash when using more lines for the command line than
            'maxcombine'.
Solution:   Use the correct array index.  Also, do not try redrawing when
            exiting.  And use screen_Columns instead of Columns.
This commit is contained in:
Bram Moolenaar
2015-07-25 22:53:00 +02:00
parent 33c3a694fc
commit 5f95f288a2
2 changed files with 32 additions and 29 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
797,
/**/
796,
/**/