1
0
forked from aniani/vim

patch 8.1.1078: when 'listchars' is set a composing char on a space is wrong

Problem:    When 'listchars' is set a composing char on a space is wrong.
Solution:   Separate handling a non-breaking space and a space. (Yasuhiro
            Matsumoto, closes #4046)
This commit is contained in:
Bram Moolenaar
2019-03-30 15:34:47 +01:00
parent 9a2c091a74
commit 5f8069bbf5
3 changed files with 48 additions and 19 deletions

View File

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