Browse code

added tip about vundle configutarion after git clone

Max Gonzih authored on 30/06/2011 at 08:45:24
Showing 1 changed files
... ...
@@ -7,6 +7,7 @@ function vundle-init () {
7 7
   if [ ! -d ~/.vim/bundle/vundle/.git/ ]
8 8
   then
9 9
     git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
10
+    echo "\n\tRead about vim configuration for vundle at https://github.com/gmarik/vundle\n"
10 11
   fi
11 12
 }
12 13