Closed folke closed 3 years ago
after restoring sessions, the global scrolloff is still wrong. (even after clearing all sessions)
You should use vim.go.scrolloff to get the correct value instead of the o scope.
The o scope is global-local, go scope is global only
Fixes #35 Fixes #32 Fixes #33
after restoring sessions, the global scrolloff is still wrong. (even after clearing all sessions)
You should use vim.go.scrolloff to get the correct value instead of the o scope.
The o scope is global-local, go scope is global only
Fixes #35 Fixes #32 Fixes #33