fixed sample .vimrc

This commit is contained in:
2011-06-08 14:25:09 -07:00
parent bdfe546788
commit 1e03b17dce

View File

@ -22,7 +22,8 @@
call vundle#rc() call vundle#rc()
" let Vundle manage Vundle " let Vundle manage Vundle
Bundle 'gmarik/vundle' " required! " required!
Bundle 'gmarik/vundle'
" My Bundles here: " My Bundles here:
" "
@ -55,6 +56,7 @@
" :BundleClean! - remove without confirmation " :BundleClean! - remove without confirmation
" "
" see :h vundle for more details " see :h vundle for more details
" Note: comments after Bundle command are not allowed..
``` ```