mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
Type long on 32-bit systems is typically 32 bits, but PRId64 is 64 bits. This mismatch leads to bad output or segfaults on :cs show. Fixes #4537