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
Bug description
When part of the path is the same, only display one.
I have two paths(/home/username/git/git-repo/ and /home/username/tmp/git/git-repo/), when both paths are saved as a session, only one path is displayed. However, after loading one of the sessions, both paths will be displayed again.
After a period of use, compared to the situations I have listed above, it is more like in a certain path /home/username/tmp/git/git-repo/, then it will not be able to find the session of that path /home/username/tmp/git/git-repo/.
However, during this period of use, I did not notice whether there had been any updates, and it seems to be an intermittent bug. This is the commit at the time of writing this comment: 29f80e9c6f3620b81908e287b3d1ed79c2290dd5.
Bug description
When part of the path is the same, only display one.
I have two paths(
/home/username/git/git-repo/
and/home/username/tmp/git/git-repo/
), when both paths are saved as a session, only one path is displayed. However, after loading one of the sessions, both paths will be displayed again.Steps to reproduce
lazy.nvim
/home/username/tmp/git/git-repo/
)/home/username/git/git-repo
)<cmd>SessionManager load_session<CR>
) and will only display/home/username/tmp/git/git-repo/
sessionExpected behavior
Both sessions are displayed.
Screenshots
Only display the
/home/username/tmp/git/git-repo/
Display both after load session
Environment
b552ee8667037be5d0291229279a35af25e515fb
The text was updated successfully, but these errors were encountered: