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