mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
multigrid: reset win scrolling after swap message
This commit is contained in:
@@ -3412,7 +3412,9 @@ static char *findswapname(buf_T *buf, char **dirp, char *old_fname,
|
||||
# endif
|
||||
xfree(name);
|
||||
|
||||
/* pretend screen didn't scroll, need redraw anyway */
|
||||
// pretend screen didn't scroll, need redraw anyway
|
||||
// TODO(bfredl): when doing the message grid refactor,
|
||||
// simplify this special case.
|
||||
msg_scrolled = 0;
|
||||
redraw_all_later(NOT_VALID);
|
||||
}
|
||||
|
Reference in New Issue
Block a user