Closed rBrda closed 4 years ago
I ran into a problem when I tried to run my Vim configuration on Windows. Namely that I have the g:prosession_per_branch turned on so my sessions are saved per git branch. This works on OSX, but not on Windows. Here is my fix for the issue.
g:prosession_per_branch
To demonstrate the issue, here is a screenshot.
I ran into a problem when I tried to run my Vim configuration on Windows. Namely that I have the
g:prosession_per_branch
turned on so my sessions are saved per git branch. This works on OSX, but not on Windows. Here is my fix for the issue.