commit | 1c329c04be2e95a3589a53f2978926e91b450cca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 20:37:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 27 20:37:35 2019 +0100 |
tree | 339efc67b38eb018df704b57e1d83690ace16e32 | |
parent | 5b418992cf254137fde2a14d7066fbea5afddb28 [diff] [blame] |
patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is open Problem: Layout wrong if 'lines' changes while cmdline window is open. Solution: Do not restore the window layout if 'lines' changed. (closes #5130)
diff --git a/src/version.c b/src/version.c index f5bc809..7b4ebe6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2227, +/**/ 2226, /**/ 2225,