1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-02-26 19:40:59 +01:00
parent 74a47162a0
commit 38632faf63
3 changed files with 35 additions and 3 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
380,
/**/
379,
/**/