mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
Set cursor and flush after scrolling
This commit is contained in:
parent
d14b01efe6
commit
93b9366a66
@ -639,6 +639,8 @@ void neovim_scroll(void **argv) {
|
||||
}
|
||||
|
||||
update_screen(VALID);
|
||||
setcursor();
|
||||
ui_flush();
|
||||
|
||||
return nil;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user