mirror of
https://github.com/neovim/neovim.git
synced 2026-01-15 17:46:41 +10: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.