mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 02:17:01 +00: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.