Dropped checksyntax for syntastic

This commit is contained in:
Josh Sherman 2012-02-19 15:59:05 -05:00
parent 3a161e5776
commit 639ca129e9

View file

@ -46,8 +46,8 @@ fi
mkdir $DOTVIM mkdir $DOTVIM
OWNERS=( "tomtom" "scrooloose" "msanders" "ervandew" ) OWNERS=( "scrooloose" "msanders" "ervandew" "scrooloose" )
REPOS=( "checksyntax_vim" "nerdtree" "snipmate.vim" "supertab" ) REPOS=( "nerdtree" "snipmate.vim" "supertab" "syntastic" )
for (( i = 0 ; i < ${#OWNERS[@]} ; i++ )) for (( i = 0 ; i < ${#OWNERS[@]} ; i++ ))
do do