1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-configs.git synced 2025-01-31 04:08:16 +01:00
zinit-configs/NICHOLAS85/zinit/snippets/config/patches/git-completion.patch
vladislav doster 92f7b7ff82
maint: normalize configuration file names to be "zshrc" (#11)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-06-04 07:40:14 -05:00

11 lines
472 B
Diff

For some reason git would stop completing after one complete, this just redos it every time
--- felipec---git-completion/_git 2020-10-25 20:20:07.064072866 -0400
+++ felipec---git-completion/_git-patch 2020-10-25 20:18:34.801896765 -0400
@@ -239,6 +239,7 @@
_requested common-commands && __git_zsh_cmd_common
_requested alias-commands && __git_zsh_cmd_alias
_requested all-commands && __git_zsh_cmd_all
+ compdef _git git
let _ret || break
done
;;