scrooloose / snipmate-snippets

A collection of snippets for snipmate
533 stars 245 forks source link

search for bundle/snipmat.vim/snippets as a snippets dir #20

Open cutalion opened 13 years ago

cutalion commented 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

jeroenbourgois commented 12 years ago

Indeed otherwise you get the multi_snip warning...