From 5a68480bfb719847c405729712675f6232012860 Mon Sep 17 00:00:00 2001 From: gmarik Date: Mon, 18 Oct 2010 23:40:26 -0500 Subject: [PATCH] Autocommand --- autoload/vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 2fe56ef..d4a747c 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -6,6 +6,8 @@ if exists("g:vundle_loaded") || &cp | finish | endif let g:vundle_loaded = 1 +au BufRead,BufNewFile {bundlerc} set ft=vim + com! -nargs=+ Bundle call vundle#add_bundle() com! -nargs=0 BundleRequire call vundle#require_bundles() com! -nargs=0 BundleSync call vundle#sync_bundles()