Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore full window view instead of only cursor position #5

Open
pignacio opened this issue May 10, 2015 · 0 comments
Open

Restore full window view instead of only cursor position #5

pignacio opened this issue May 10, 2015 · 0 comments

Comments

@pignacio
Copy link
Owner

Instead of

let l:cursor_pos = getpos(".")
call setpos(".", l:cursor_pos)

we can do

let l:winview = winsaveview()
call winrestview(l:winview)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant