fillchars: adding foldopen, foldsep, foldclose

You can try it with
set fillchars+=foldopen:▾,foldsep:│,foldclose:▸
This commit is contained in:
Matthieu Coudron
2019-12-08 01:05:49 +01:00
parent 2ef72437fc
commit bbad324b17
6 changed files with 122 additions and 61 deletions

View File

@@ -1126,6 +1126,9 @@ struct window_S {
int stlnc;
int vert;
int fold;
int foldopen; ///< when fold is open
int foldclosed; ///< when fold is closed
int foldsep; ///< continuous fold marker
int diff;
int msgsep;
int eob;