mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 05:17:43 +00:00
Problem: Session file may divide by zero.
Solution: Avoid writing difide by zero. (closes vim/vim#8162)
b6c2e9a010
Avoid typecasts if possible.
Use PRIdLINENR, PRId64, to format line numbers.