- Sep
- 45
- 1
I'm not sure when this behavior changed, or even if I've erroneously made some configuration change that caused it. So throwing this out there to see if anyone else sees the same thing.
I have TCEXIT.CMD script that saves some information for each open tab. I recently noticed (no idea when it started) that the directory stack wasn't being saved. After some debugging, it became clear that regardless of the state of the directory stack in a tab, when the TCEXIT is run the stack is empty. I confirmed this with a simple "echo %@dirstack[] >> C:\X\debug.txt" in my TCEXIT that clearly shows it's always returning 0.
I'm presently running 25.0.30. I've tried reverting to 25.0.25 (the oldest 25 version I have) and see the same behavior.
I have TCEXIT.CMD script that saves some information for each open tab. I recently noticed (no idea when it started) that the directory stack wasn't being saved. After some debugging, it became clear that regardless of the state of the directory stack in a tab, when the TCEXIT is run the stack is empty. I confirmed this with a simple "echo %@dirstack[] >> C:\X\debug.txt" in my TCEXIT that clearly shows it's always returning 0.
I'm presently running 25.0.30. I've tried reverting to 25.0.25 (the oldest 25 version I have) and see the same behavior.