-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Description
Have 3 files: 1.txt, 2.txt, 3.txt.
- Open 1.txt via: Ctrl+O, type 1, Enter.
- From there, open 2.txt: Ctrl+O, type 2, Enter.
- Go back to 1.txt: Alt+G.
- Open 3.txt (from 1.txt): Ctrl+O, type 3, Enter.
- Go back: Alt+G.
Actual (bug): file 2.txt is opened.
Expected: file 1.txt is opened because the history has been changing like so (first entry in the list = currently opened file):
- Empty history
- 1.txt
- 2.txt, 1.txt
- 1.txt, 2.txt ((Alt+G)
- 3.txt, 1.txt, 2.txt
- Switch (Alt+G): from 3.txt to 1.txt but it switches from 3.txt to 2.txt