mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +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.