mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Don't spawn a subshell to check for vim
This commit is contained in:
parent
68f480a867
commit
7ecc0142e5
1 changed files with 1 additions and 1 deletions
2
update
2
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!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue