comparison src/version.c @ 22079:ba2c3f38a596 v8.2.1589

patch 8.2.1589: term_start() options for size are overruled by 'termwinsize' Commit: https://github.com/vim/vim/commit/b936b79424d435b83cdebed5507a9d3800e66e6c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 18:34:09 2020 +0200 patch 8.2.1589: term_start() options for size are overruled by 'termwinsize' Problem: Term_start() options for size are overruled by 'termwinsize'. (Sergey Vlasov) Solution: Set 'termwinsize' to the specified size.
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 18:45:03 +0200
parents 335365fcbb60
children 2b9a2bc77b42
comparison
equal deleted inserted replaced
22078:d236260c3376 22079:ba2c3f38a596
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1589,
757 /**/ 759 /**/
758 1588, 760 1588,
759 /**/ 761 /**/
760 1587, 762 1587,
761 /**/ 763 /**/