From 0b246af1bf9034c6feee7def72727650786e8958 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 7 Apr 2014 00:50:07 -0400 Subject: [PATCH] removed the attempt at fixing coloresque as I don't believe it worked --- update | 2 -- 1 file changed, 2 deletions(-) diff --git a/update b/update index 8c26b0c..da72164 100755 --- a/update +++ b/update @@ -4,8 +4,6 @@ cd "${0%/*}" if [ ! -e vim/vimrc.user ]; then [[ -w vim ]] && touch vim/vimrc.user; fi -[[ $(cat .git/modules/vim/bundle/vim-coloresque/HEAD | grep -c 0c21b1469993e610600e88e734ffe90b9c10a514) = 1 ]] && git checkout -- vim/bundle/vim-coloresque - git pull origin git submodule update --init --recursive