zsh:compl: Add TODO for git-completion for-loop

This commit is contained in:
2023-01-17 16:49:38 +01:00
parent a88ce81b92
commit 0d39158b7c

View File

@@ -52,6 +52,7 @@ _git-checkout-worktree() { _git-checkout }
_git-commit-last-msg() { _git-commit }
compdef _git-log glog
# TODO: simple for loop for autoload/git/git-*
compdef _git-checkout-worktree git-checkout-worktree
compdef _git-commit-last-msg git-commit-last-msg