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

@@ -350,7 +350,7 @@ retnomove:
count |= CURSOR_MOVED; // Cursor has moved
}
if (mouse_char == '+') {
if (mouse_char == curwin->w_p_fcs_chars.foldclosed) {
count |= MOUSE_FOLD_OPEN;
} else if (mouse_char != ' ') {
count |= MOUSE_FOLD_CLOSE;