mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
fillchars: adding foldopen, foldsep, foldclose
You can try it with set fillchars+=foldopen:▾,foldsep:│,foldclose:▸
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user