comparison src/version.c @ 6959:87cb71d54e8a v7.4.797

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.
author Bram Moolenaar <bram@vim.org>
date Sat, 25 Jul 2015 22:53:00 +0200
parents d19e79d29bf9
children c2b132add309
comparison
equal deleted inserted replaced
6958:8840c1ae3b50 6959:87cb71d54e8a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 797,
744 /**/ 746 /**/
745 796, 747 796,
746 /**/ 748 /**/
747 795, 749 795,
748 /**/ 750 /**/