mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 23:31:19 +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.