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

Fix: Should not (evil-set-jump previous-pos) jump after evil-jump-forward #1772

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. Fix: Should not (evil-set-jump previous-pos) jump after evil-jump-for…

    …ward
    
    Steps to reproduce the issue:
    
      - Create files `a` `b` `c` with the following content:
    
        $ head a b c
        ==> a <==
        b
    
        I'm A
        ==> b <==
        c
    
        I'm B
        ==> c <==
        I'm C
    
      - Run `emancs a` to open bufer `a`
      - Press `gf` to jump to bufer `b`
      - Press `gf` to jump to bufer `c`
      - Press `C-o` to jump back to bufer `b`
      - Press `C-o` to jump back to bufer `a`
      - Press `C-i` to jump foward to bufer `b`
      - Press `C-i` to jump foward to bufer `c`, but the window stays with
        buffer unexpectedly.
    roxma authored and tomdl89 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3c798e3 View commit details
    Browse the repository at this point in the history
  2. Add tests for multi-jump

    tomdl89 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e3530b9 View commit details
    Browse the repository at this point in the history