Closed jones77 closed 7 years ago
The session file itself looks correct. It's either a Vim bug or, far more likely, some plugin or your vimrc throwing a spanner into the works.
Yup, sorry, staring me in the face:
$ grep Session.vim ~/.[av]* 2>/dev/null
/c/Users/James/.aliases: if (( $# == 0 )) && [[ -f Session.vim ]]
/c/Users/James/.aliases: vim $jj_vim_options -S Session.vim
/c/Users/James/.vimrc::if !empty(glob("Session.vim")) && argc() == 0
/c/Users/James/.vimrc:: source Session.vim
$
Used two different solutions across space and time and merged 'em together, d'oh.
I'm getting doubled up files when I exit and re-enter Obsession sessions. Not sure if the following is helpful and not sure how to debug.
(Probably related to some combination of key binding / plugin. Feel free to withdraw / backburner this until I've tried reproducing with more vanilla settings.)
What
vv
is (seems simple enough)Session.vim
.vimrc