mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 03:00:38 +00:00
In Lua, all math is floating point. We need to coerce the result of a
division into a integer with the `{get,set}_height` and
`{get,set}_width` window_spec functional tests.