mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 07:18:36 +00:00
Problem Some variables use the wrong type (ClientToServer instead of ServerToClient) and some use vaguer types that could be more strict. Solution Use the correct types.