mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 13:59:16 +00:00
Problem: `:lua vim.cmd.win_getid(30,10)` is interpreted as `:win[size] 30 10`. User intention was to call `vim.fn.win_getid(30,10)`. Solution: Check that the `cmd` actually matches the resolved command.