From 002d319c1f00520e2c46276b2486c4c687e1a077 Mon Sep 17 00:00:00 2001 From: natsmith9 Date: Mon, 29 May 2017 23:44:30 +0000 Subject: [PATCH] added delimitMate to the profile_setup.sh script --- profile_setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profile_setup.sh b/profile_setup.sh index b5bb62f..db54f65 100644 --- a/profile_setup.sh +++ b/profile_setup.sh @@ -69,6 +69,11 @@ if [ $? -ne 0 ]; then fi git clone --depth=1 https://github.com/vim-syntastic/syntastic.git +if [ $? -ne 0 ]; then + RC=$? +fi +git clone git://github.com/Raimondi/delimitMate.git + if [ $? -ne 0 ]; then RC=$? fi