mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +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.