commit | 5f95f288a2d303be1571e818655fd90e399ee58e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 22:53:00 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 22:53:00 2015 +0200 |
tree | f98713d8c077018e5ac90307999127aab820475d | |
parent | 33c3a694fca7978cdd28c5e41b498473a08bc05e [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0bab900..f6f30b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 797, +/**/ 796, /**/ 795,