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

text is scrolled for 'nosplitscroll' when window has folds #11234

Closed
wants to merge 4 commits into from

Commits on Sep 26, 2022

  1. text is scrolled for 'nosplitscroll' when window has folds

    Problem:	Text is scrolled for 'nosplitscroll' when window has folds.
    Solution:	Take into account fold length when calculating cursor
    position to avoid scrolling.
    luukvbaal committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    42204fa View commit details
    Browse the repository at this point in the history
  2. Re-use cursor_up/down

    luukvbaal committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ab812da View commit details
    Browse the repository at this point in the history
  3. Only coladvance for curwin

    luukvbaal committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    2b76bb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77315b View commit details
    Browse the repository at this point in the history