fix(sessions): re-detect sessions in read after session is sourced#2267
fix(sessions): re-detect sessions in read after session is sourced#2267echasnovski merged 2 commits intonvim-mini:mainfrom
Conversation
|
While reading source and test code, I found some spelling errors where "is" should be changed in "are": line 137 Spelling test: |
echasnovski
left a comment
There was a problem hiding this comment.
Thanks for the PR!
I didn't think about that, but It indeed makes sense to test different kind of interactions between what was before and what is after read regarding local session. Does the suggestion test sound reasonable?
Could you please add another |
|
Also, please adjust the commit message to be |
5ad901c to
7c98b04
Compare
7c98b04 to
56c8a4a
Compare
|
Thanks again for the PR! Everything looks good now! |
After reading a session, the local session stored in
MiniSessions.detectedcan be stale.Resolve #2260