comparison src/version.c @ 17312:484424955bfa v8.1.1655

patch 8.1.1655: popup window border drawn wrong with multi-byte char commit https://github.com/vim/vim/commit/3dabd718f4b2d8e09de9e2ec73832620b91c2f79 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 8 23:30:22 2019 +0200 patch 8.1.1655: popup window border drawn wrong with multi-byte char Problem: Popup window border drawn wrong with multi-byte char. (Marcin Szamotulski) Solution: Correct check in mb_fix_col(). (closes #4635)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jul 2019 23:45:04 +0200
parents 1b0b90f1d95e
children b60402471f69
comparison
equal deleted inserted replaced
17311:bfb4d8e3544d 17312:484424955bfa
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 1655,
780 /**/ 782 /**/
781 1654, 783 1654,
782 /**/ 784 /**/
783 1653, 785 1653,
784 /**/ 786 /**/