Closed deathlyfrantic closed 4 years ago
Apparently, Neovim now fires the CursorMoved autocmd every time a window is changed, and that seems to be the root cause of the problem I ran into in #61. (More details can be found in https://github.com/neovim/neovim/issues/11102.) This change has fixed that specific issue for me, but I don't know if there might be other problematic side effects.
CursorMoved
Apparently, Neovim now fires the
CursorMoved
autocmd every time a window is changed, and that seems to be the root cause of the problem I ran into in #61. (More details can be found in https://github.com/neovim/neovim/issues/11102.) This change has fixed that specific issue for me, but I don't know if there might be other problematic side effects.