diff src/version.c @ 13024:27934188d7b5 v8.0.1388

patch 8.0.1388: char not overwritten with ambiguous width char commit https://github.com/vim/vim/commit/fae8ed1fc8c06b28528d726e8440dfc66852bca8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 12 22:29:30 2017 +0100 patch 8.0.1388: char not overwritten with ambiguous width char Problem: Char not overwritten with ambiguous width char, if the ambiguous char is single width but we reserve double-width space. Solution: First clear the screen cells. (Ozaki Kiichi, closes #2436)
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Dec 2017 22:30:05 +0100
parents 71109531c516
children 7c0e0e923537
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1388,
+/**/
     1387,
 /**/
     1386,