diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2085,
+/**/
     2084,
 /**/
     2083,