wting / gitsessions.vim

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

Does not work with vim-haml #6

Closed faun closed 10 years ago

faun commented 10 years ago

See https://github.com/tpope/vim-haml/issues/49 for the issue caused by loading gitsessions in conjunction with vim-haml. On launch with both gitsessions.vim and vim-haml loaded (I'm currently using Vundle), Vim complains about syntax errors in ~./vim/bundle/haml/syntax/sass.vim and doesn't load the syntax for SCSS. Removing gitsessions.vim from my Vim bundles makes this issue go away.

wting commented 10 years ago

Hmm, I can't reproduce this.

I installed tpope/vim-haml via Vundle, then cloned heygrady/scss-blend-modes and edited stylesheets/_blend-modes.scss, saved a session, and then closed and reopened vim opening the same session.

A lot of times I've noticed errors from resuming sessions comes from loading old plugin information when a plugin has been updated. Have you tried deleting the session and recreating a new one?

If you can reproduce this error, please reply with the full error message.

faun commented 10 years ago

You are correct, deleting the session made this error go away. :thumbsup: