Browse Source

reset only on update

events
gmarik 14 years ago
parent
commit
c3ecda56b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/vimrc

+ 1
- 1
test/vimrc View File

@ -45,7 +45,7 @@ Bundle 'CSS3-Highlights'
augroup user#css3-highlights
au!
au User BundleInstallPre ! git reset --hard
au User BundleInstallPre ! [ -d .git ] && git reset --hard
au User BundleInstallPost ! vim **/*.vim +'bufdo set fileformat=unix | wall | qall'
augroup end


|||||||
x
 
000:0
Loading…
Cancel
Save