Browse Source

downcase

events
gmarik 15 years ago
parent
commit
e45bb42b49
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      autoload/vundle.vim

+ 2
- 2
autoload/vundle.vim View File

@ -39,7 +39,7 @@ augroup bundle#command-t
au User BundleInstallPost !cd ruby/command-t && ruby extconf.rb && make clean && make au User BundleInstallPost !cd ruby/command-t && ruby extconf.rb && make clean && make
au User BundleInstallPost ![ -f doc/readme.txt -a -f doc/command-t.txt ] && rm doc/README.txt au User BundleInstallPost ![ -f doc/readme.txt -a -f doc/command-t.txt ] && rm doc/README.txt
au User BundleInstallPost echohl WarningMsg | echo 'Please restart Vim for command-t to work' | echohl None au User BundleInstallPost echohl WarningMsg | echo 'Please restart Vim for command-t to work' | echohl None
augroup END
augroup end
augroup vundle#bundle augroup vundle#bundle
au! au!
@ -52,4 +52,4 @@ augroup vundle#bundle
au User BundlesInstallPost call vundle#config#require(g:bundles) au User BundlesInstallPost call vundle#config#require(g:bundles)
au User BundlesInstallPost call vundle#installer#helptags(g:bundles) au User BundlesInstallPost call vundle#installer#helptags(g:bundles)
au User BundlesInstallPost echo len(g:bundles).' '. "bundles installed" au User BundlesInstallPost echo len(g:bundles).' '. "bundles installed"
augroup END
augroup end

Loading…
Cancel
Save