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

evil-tabs breaks scroll-preserve-screen-position #15

Open
troyp opened this issue May 16, 2015 · 0 comments
Open

evil-tabs breaks scroll-preserve-screen-position #15

troyp opened this issue May 16, 2015 · 0 comments

Comments

@troyp
Copy link

troyp commented May 16, 2015

When a window has evil-tabs' tab bar at the top, scroll-preserve-screen-position loses track of the line number.

  • version: From Github repo, on May 17, 2015
  • to reproduce:
    In a window with the evil-tabs tab-bar at the top, perform the following steps:
  • execute (setq scroll-preserve-screen-position 'always)
  • press PageDown
  • press PageUp
  • what should happen: the cursor should return to its original column
  • what does happen: the cursor returns a line above its original position. It may also return in the wrong column (with one window, it returns to the first column; in the left window of a vertically split frame, it retains the correct column).
  • notes: Pressing PageUp, then PageDown also gives an incorrect result, although it seems less predictable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant