mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 23:28:26 +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.