Open cutalion opened 13 years ago
Hey Martin,
I'm using vundle (https://github.com/gmarik/vundle) to manage vim scripts. It has a short syntax for scripts hosted on github, like
Bundle 'msanders/snipmate.vim' Bundle 'scrooloose/snipmate-snippets' Bundle 'scrooloose/nerdtree' Bundle 'vim-scripts/NERD_Tree-and-ack'
there is the last part of the url https://github.com/msanders/snipmate.vim in the config. And it installs the snipmate into the bundle/snipmate.vim directory.
I've change the rake task to search for that directory as well as .vim/snipmate and bundle/snipmate
Thanks, Alex
Indeed otherwise you get the multi_snip warning...
Hey Martin,
I'm using vundle (https://github.com/gmarik/vundle) to manage vim scripts. It has a short syntax for scripts hosted on github, like
Bundle 'msanders/snipmate.vim' Bundle 'scrooloose/snipmate-snippets' Bundle 'scrooloose/nerdtree' Bundle 'vim-scripts/NERD_Tree-and-ack'
there is the last part of the url https://github.com/msanders/snipmate.vim in the config. And it installs the snipmate into the bundle/snipmate.vim directory.
I've change the rake task to search for that directory as well as .vim/snipmate and bundle/snipmate
Thanks, Alex