commit | f14b8ba1373f569705cb80419248054100b02360 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Sep 10 16:58:30 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 10 16:58:30 2021 +0200 |
tree | 57858129c7f87dc01ea87fde7f19133ceaaa9c2b | |
parent | 07802044b90b2cbcc64b2dfe235f019d7c37589c [diff] [blame] |
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)
diff --git a/src/structs.h b/src/structs.h index 8a94fc1..eae6cd9 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -3376,6 +3376,7 @@ int tab3; int trail; int lead; + int *multispace; #ifdef FEAT_CONCEAL int conceal; #endif