From 47443ee414bace589db630507e05b93c18789f77 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 2 Apr 2014 11:33:49 -0400 Subject: [PATCH] removed the --rebase flag from the update script since it doesn't seem to help remove nerdtree --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index fe455a4..25bf89d 100755 --- a/update +++ b/update @@ -1,4 +1,4 @@ #!/usr/bin/env bash git pull origin -git submodule update --init --recursive --rebase +git submodule update --init --recursive