Skip to content

Commit

Permalink
[REF] vim-spf13: deployv - Improve message if VIM_INSTALL was not def…
Browse files Browse the repository at this point in the history
…ined (Vauxoo#185)

Related to Vauxoo#165 (comment)
  • Loading branch information
moylop260 authored Oct 27, 2022
1 parent 76ede59 commit b5602e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travis2docker/templates/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5602e5

Please sign in to comment.