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

update history of a newly focused view #9271

Merged
merged 1 commit into from
Jan 9, 2024
Merged

update history of a newly focused view #9271

merged 1 commit into from
Jan 9, 2024

Commits on Jan 8, 2024

  1. update history of a newly focused view

    This change effectively reverts #3508 and #3633.
    When a view is changed we must make history commits (and ensure that
    the cursor is in view) for the newly focused view. Not the old view.
    
    These changes were originally introduced to fix mode switch hooks.
    However, the mode switch hooks have been moved elsewhere so that concern
    doesn't apply anymore. In particular, because modes are now editor wide
    and not per view and also because view switches now always reset the
    editor back to normal mode.
    pascalkuthe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c768f6d View commit details
    Browse the repository at this point in the history