wting / gitsessions.vim

Auto save/load vim sessions based on directory and git branch.
MIT License
74 stars 17 forks source link

Issue with branches likes feature/1234-feature #1

Closed kennym closed 11 years ago

kennym commented 11 years ago

When having branches like feature/1234-feature and trying to save the session, I get the following error:

screen shot 2013-05-29 at 11 15 17 am

The plugin-doesn't seem to create a directory for the 'feature' branch, because my ~/.vim/sessions looks like this:

[master][~/.vim]$ tree sessions                                                                                                                                               
sessions
└── Users
    └── kenny
        └── work
            └── minerva
                └── bookville
wting commented 11 years ago

Thanks for the report!