comparison src/version.c @ 18180:2ededa437271 v8.1.2085

patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell char Commit: https://github.com/vim/vim/commit/2313b6125745a4ef0785b60182c6c0b600f71787 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 14:14:32 2019 +0200 patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell char Problem: MS-Windows: draw error moving cursor over double-cell character. Solution: Move the cursor to the left edge if needed. (Nobuhiro Takasaki, closes #4986)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 14:15:03 +0200
parents a3ddd35ee6d4
children 9b6bfce90778
comparison
equal deleted inserted replaced
18179:cb074cd29fca 18180:2ededa437271
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2085,
760 /**/ 762 /**/
761 2084, 763 2084,
762 /**/ 764 /**/
763 2083, 765 2083,
764 /**/ 766 /**/