mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
Merge pull request #12870 from bfredl/themepark
Color themes (per window/line) and lua theme providers
This commit is contained in:
@@ -7382,7 +7382,7 @@ static void ex_syncbind(exarg_T *eap)
|
||||
else
|
||||
scrolldown(-y, TRUE);
|
||||
curwin->w_scbind_pos = topline;
|
||||
redraw_later(VALID);
|
||||
redraw_later(curwin, VALID);
|
||||
cursor_correct();
|
||||
curwin->w_redr_status = TRUE;
|
||||
}
|
||||
@@ -8507,7 +8507,7 @@ static void ex_pedit(exarg_T *eap)
|
||||
if (curwin != curwin_save && win_valid(curwin_save)) {
|
||||
// Return cursor to where we were
|
||||
validate_cursor();
|
||||
redraw_later(VALID);
|
||||
redraw_later(curwin, VALID);
|
||||
win_enter(curwin_save, true);
|
||||
}
|
||||
g_do_tagpreview = 0;
|
||||
|
Reference in New Issue
Block a user