Browse code

plugin for vundle (vim plugins managment system) that provide vundle, vundle-update and vundle-init aliases

Max Gonzih authored on 21/06/2011 at 10:50:39
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+alias vundle-init='git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle'
1
+alias vundle='vim -c "execute \"BundleInstall\" | q"'
2
+alias vundle-update='vim -c "execute \"BundleInstall!\" | q"'