t9md / atom-cursor-history

Cursor position history manager
https://atom.io/packages/cursor-history
MIT License
59 stars 7 forks source link

After renaming a file, cursor-history:prev opens a new blank file with the old file name #49

Open erezny opened 5 years ago

erezny commented 5 years ago

This is a great tool, I've been using it for a few weeks before I noticed this issue.

Steps to reproduce: 1) edit file A and save 2) Use atom to rename A to B 3) browse to file C 4) call cursor-history:prev. result) Atom opens a blank file named A

Expected: result) Atom opens B at the same line the cursor had been at