]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0380: with 'linebreak' double wide char wraps badly v8.0.0380
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 18:40:59 +0000 (19:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 18:40:59 +0000 (19:40 +0100)
commit38632faf635f6434441827e136bceb5a930c59ad
treed3dfd450f86d253c7636f11a25c5bbb178e49fa9
parent74a47162a07fddb532f4bead212f6c80ef474ae7
patch 8.0.0380: with 'linebreak' double wide char wraps badly

Problem:    With 'linebreak' set and 'breakat' includes ">" a double-wide
            character results in "<<" displayed.
Solution:   Check for the character not to be replaced. (Ozaki Kiichi,
            closes #1456)
src/screen.c
src/testdir/test_listlbr_utf8.vim
src/version.c