patch 8.0.1388: char not overwritten with ambiguous width char v8.0.1388
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Dec 2017 21:29:30 +0000 (22:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Dec 2017 21:29:30 +0000 (22:29 +0100)
commitfae8ed1fc8c06b28528d726e8440dfc66852bca8
tree22510c9fccbd2e5568d19ac10148d7313f232a5e
parenta703aaee4d6230ed81469ef0cb37f331bf255136
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)
src/screen.c
src/version.c