mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
complete
This commit is contained in:
@@ -428,13 +428,13 @@ function setUpCodeQuery {
|
|||||||
|
|
||||||
function setUpVimCodeQuery {
|
function setUpVimCodeQuery {
|
||||||
|
|
||||||
checkRepoIsCloned "Shougo/unite.vim" "$HOME/.vim/pack/default/opt/" 1
|
checkRepoIsCloned "Shougo/unite.vim" "$HOME/.vim/pack/default/opt" 1
|
||||||
status=$?
|
status=$?
|
||||||
if [ $status -ne 0 ] ; then
|
if [ $status -ne 0 ] ; then
|
||||||
return $RETURN_FAILURE
|
return $RETURN_FAILURE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
checkRepoIsCloned "devjoe/vim-codequery" "$HOME/.vim/pack/default/opt/" 1
|
checkRepoIsCloned "devjoe/vim-codequery" "$HOME/.vim/pack/default/opt" 1
|
||||||
status=$?
|
status=$?
|
||||||
if [ $status -ne 0 ] ; then
|
if [ $status -ne 0 ] ; then
|
||||||
return $RETURN_FAILURE
|
return $RETURN_FAILURE
|
||||||
|
|||||||
Reference in New Issue
Block a user