mirror of
https://github.com/neovim/neovim.git
synced 2026-03-04 23:30:10 +10:00
long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types.