diff --git a/update b/update index 9ba5d5d..72ab207 100755 --- a/update +++ b/update @@ -261,7 +261,7 @@ fi } ### GENERATE PLUGIN HELP -[[ $(type -P vim) ]] && { +type -P vim >/dev/null && { printf '%s' "$cbg_blue >> Generating plugin help:$c_reset" $timeout_command --preserve-status --foreground 1m vim -u "./vimrc" -c "Helptags|qa!"