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:
@@ -3376,6 +3376,7 @@ typedef struct
|
||||
int tab3;
|
||||
int trail;
|
||||
int lead;
|
||||
int *multispace;
|
||||
#ifdef FEAT_CONCEAL
|
||||
int conceal;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user