From 79d8b8b26d80b29b62652fbacc3f92060c2a9c2f Mon Sep 17 00:00:00 2001 From: James Davidson Date: Tue, 13 Apr 2021 08:34:12 -0700 Subject: [PATCH] Fix indetation to use tabs only --- _vcsh_bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vcsh_bash b/_vcsh_bash index 245b57a8..0da55ab2 100644 --- a/_vcsh_bash +++ b/_vcsh_bash @@ -69,7 +69,7 @@ _vcsh () { unset r reponames local cmds cmds="clone delete enter foreach help init list list-tracked list-untracked - pull push rename run status upgrade version which write-gitignore" + pull push rename run status upgrade version which write-gitignore" local subcword cmd subcmd for (( subcword=1; subcword < ${#words[@]}-1; subcword++ )); do