mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 10:34:30 +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