commit | 9e1e358d376284c3aaf3a9f1e568bca297405f62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 19:49:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 19:49:06 2019 +0100 |
tree | 9ab21d3f00befb0f00dc2c52a532318a2f5c41bd | |
parent | 7559dcef6cfd0ba13271088fff51b8979fee950b [diff] [blame] |
patch 8.1.1088: height of quickfix window not retained with vertical split Problem: Height of quickfix window not retained with vertical split. Solution: Use frame_fixed_height() and frame_fixed_width(). (Hongbo Liu, closes #4013, closes #2998)
diff --git a/src/version.c b/src/version.c index 6d1df32..3361685 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1088, +/**/ 1087, /**/ 1086,