Merge pull request #12870 from bfredl/themepark

Color themes (per window/line) and lua theme providers
This commit is contained in:
Björn Linse
2020-11-01 21:54:51 +01:00
committed by GitHub
43 changed files with 690 additions and 203 deletions

View File

@@ -1623,7 +1623,7 @@ void enter_buffer(buf_T *buf)
}
curbuf->b_last_used = time(NULL);
redraw_later(NOT_VALID);
redraw_later(curwin, NOT_VALID);
}
// Change to the directory of the current buffer.