1
mirror of https://github.com/neovim/neovim.git synced 2024-12-29 14:41:06 -07:00
neovim/test/client
bfredl 08fc1ebbaa fix(api/buffer): fix handling of viewport of non-current buffer
A lot of functions in move.c only worked for curwin, alternatively
took a `wp` arg but still only work if that happens to be curwin.

Refactor those that are needed for update_topline(wp) to work
for any window.

fixes 
fixes 
2024-03-13 07:19:59 +01:00
..
msgpack_rpc_stream.lua test: add type annotations 2024-01-17 10:10:17 +00:00
session.lua test: add type annotations 2024-01-17 10:10:17 +00:00
uv_stream.lua fix(api/buffer): fix handling of viewport of non-current buffer 2024-03-13 07:19:59 +01:00