Browse Source

add 'CSS-Higlights'

to test user# autocommands
events
gmarik 15 years ago
parent
commit
c62d68f1b9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      test/vimrc

+ 9
- 0
test/vimrc View File

@ -41,6 +41,15 @@ Bundle 'vim-scripts/RubySinatra'
" PostInstall
Bundle 'wincent/Command-T'
Bundle 'CSS3-Highlights'
augroup user#css3-highlights
au!
au User BundleInstallPre ! git reset --hard
au User BundleInstallPost ! vim **/*.vim +'bufdo set fileformat=unix | wall | qall'
augroup end
" NOSYNC
" existing directory
Bundle! '~/.vim/vundle.git/test/'


Loading…
Cancel
Save