You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING
If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on master until 4/20 or 6/9 and then harpoon2 will become master
Please use harpoon2 for branch
I have stumbled upon this issue, where if, say I have a file foo which resides under the directory src/toto, and where foo is added to my harpoon list of tracked files; then if I perform an operation such as moving the file foo to another location say src/fafa this will not update the reference to the buffer in harpoon, making thus changes to a buffer that's located at the previous location of the file, in this case it will keep wanting to write the changes I make to the directory src/toto even though my file doesn't reside there no more, plus upon saving the buffer opened in harpoon, it will automatically create the file containing it back at the initial location.
The text was updated successfully, but these errors were encountered:
WARNING
If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on
master
until 4/20 or 6/9 and then harpoon2 will become masterPlease use
harpoon2
for branchI have stumbled upon this issue, where if, say I have a file
foo
which resides under the directorysrc/toto
, and wherefoo
is added to my harpoon list of tracked files; then if I perform an operation such as moving the filefoo
to another location saysrc/fafa
this willnot update
the reference to the buffer in harpoon, making thus changes to a buffer that's located at the previous location of the file, in this case it will keep wanting to write the changes I make to the directorysrc/toto
even though my file doesn't reside there no more, plus upon saving the buffer opened in harpoon, it will automatically create the file containing it back at the initial location.The text was updated successfully, but these errors were encountered: