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