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