1
0
forked from aniani/vim

patch 8.2.3424: a sequence of spaces is hard to see in list mode

Problem:    A sequence of spaces is hard to see in list mode.
Solution:   Add the "multispace" option to 'listchars'. (closes #8834)
This commit is contained in:
zeertzjq
2021-09-10 16:58:30 +02:00
committed by Bram Moolenaar
parent 07802044b9
commit f14b8ba137
7 changed files with 264 additions and 29 deletions

View File

@@ -3376,6 +3376,7 @@ typedef struct
int tab3;
int trail;
int lead;
int *multispace;
#ifdef FEAT_CONCEAL
int conceal;
#endif