mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 12:11:55 +10:00
For a local mark without a view, currently trying to restore its view will put the cursor at topline, which is not the correct behavior. Initialize `topline_offset` to `MAXLNUM` instead to fix this.