mirror of
https://github.com/neovim/neovim.git
synced 2026-07-03 08:13:17 +00:00
Problem: getwinvar() returns wrong Value of boolean and number options,
especially non big endian systems. (James McCoy)
Solution: Cast the pointer to long or int. (closes vim/vim#1060)
789a5c0e3d