mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
cursormoved: make global last_cursormoved window-local
Fixes https://github.com/neovim/neovim/issues/9755
This commit is contained in:
@@ -1035,6 +1035,7 @@ struct window_S {
|
||||
// current virtual column
|
||||
|
||||
linenr_T w_last_cursorline; ///< where last 'cursorline' was drawn
|
||||
pos_T w_last_cursormoved; ///< for CursorMoved event
|
||||
|
||||
// the next seven are used to update the visual part
|
||||
char w_old_visual_mode; ///< last known VIsual_mode
|
||||
|
Reference in New Issue
Block a user