comparison src/version.c @ 16166:a3284dd27de6 v8.1.1088

patch 8.1.1088: height of quickfix window not retained with vertical split commit https://github.com/vim/vim/commit/9e1e358d376284c3aaf3a9f1e568bca297405f62 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 19:49:06 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 20:00:05 +0100
parents 213b88f89597
children 7688bff96a8c
comparison
equal deleted inserted replaced
16165:647e37b405fd 16166:a3284dd27de6
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1088,
778 /**/ 780 /**/
779 1087, 781 1087,
780 /**/ 782 /**/
781 1086, 783 1086,
782 /**/ 784 /**/