ok more fixes
This commit is contained in:
parent
d5d67602f3
commit
59f55274fa
@ -39,8 +39,6 @@ CONFIG__VIM() {
|
||||
&& __SUCCESS 'completed vim setup' \
|
||||
|| __FAIL 1 'error detected in vim setup (see above)' \
|
||||
;
|
||||
|
||||
SCWRYPTS zsh/vim/vundle/install || return 4
|
||||
}
|
||||
|
||||
#####################################################################
|
||||
|
@ -26,10 +26,12 @@ UPDATE() {
|
||||
;
|
||||
|
||||
VIM_INSTALL $@ --only-build || __FAIL 2 'vim build failed (try with --clean for make clean)'
|
||||
|
||||
VUNDLE_INSTALL || __FAIL 3 'vundle plugin install failed'
|
||||
}
|
||||
|
||||
VIM_INSTALL() {
|
||||
"$DOTWRYN/zsh/plugins/scwrypts/scwrypts" --env local --no-log \
|
||||
"$DOTWRYN/bin/scwrypts" --env local --no-log \
|
||||
zsh/git/package/install -- \
|
||||
--target-url 'https://github.com/vim/vim.git' \
|
||||
--local-name 'vim' \
|
||||
@ -37,5 +39,10 @@ VIM_INSTALL() {
|
||||
$@
|
||||
}
|
||||
|
||||
VUNDLE_INSTALL() {
|
||||
"$DOTWRYN/bin/scwrypts" --env local --no-log \
|
||||
zsh/vim/vundle/install $@
|
||||
}
|
||||
|
||||
#####################################################################
|
||||
UPDATE $@
|
||||
|
Loading…
Reference in New Issue
Block a user