comparison src/version.c @ 17245:13a2d3364b3f v8.1.1622

patch 8.1.1622: wrong width if displaying a lot of lines in a popup window commit https://github.com/vim/vim/commit/e296e3177b67bdcaa8b1f144d2495b9413e7055c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 3 23:20:18 2019 +0200 patch 8.1.1622: wrong width if displaying a lot of lines in a popup window Problem: Wrong width if displaying a lot of lines in a popup window. Solution: Accurately compute the line overflow.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jul 2019 23:30:07 +0200
parents 24f42f0bf27e
children cbd0432cf8ff
comparison
equal deleted inserted replaced
17244:dbfac1327a2e 17245:13a2d3364b3f
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1622,
780 /**/ 782 /**/
781 1621, 783 1621,
782 /**/ 784 /**/
783 1620, 785 1620,
784 /**/ 786 /**/