From b5602e53205f590c1cd06fa25fbbcdc067a4a5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20L=C3=B3pez=20-=20https=3A//www=2Evauxoo=2Eco?= =?UTF-8?q?m/?= Date: Thu, 27 Oct 2022 09:48:08 -0500 Subject: [PATCH] [REF] vim-spf13: deployv - Improve message if VIM_INSTALL was not defined (#185) Related to https://github.com/Vauxoo/travis2docker/issues/165#issuecomment-1292940101 --- src/travis2docker/templates/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis2docker/templates/build.sh b/src/travis2docker/templates/build.sh index 1b87695..b8f12a4 100644 --- a/src/travis2docker/templates/build.sh +++ b/src/travis2docker/templates/build.sh @@ -195,7 +195,7 @@ configure_vim(){ if [ -z ${VIM_INSTALL+x} ]; then - echo "VIM_INSTALL is not defined. Skipping vim configuration (spf13 and other plugins). Use --build-ev-args=VIM_INSTALL for vim to be autoconfigured." + echo "VIM_INSTALL was not defined. Skipping spf13-vim plugins. Use t2d parameter --build-env-args=VIM_INSTALL to be autoconfigured." return 0; fi # Upgrade & configure vim