Merge #11568 'fillchars: foldopen, foldsep, foldclose'

This commit is contained in:
Justin M. Keyes
2019-12-26 07:06:43 +01:00
committed by GitHub
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;