From e249f921de3387c2cce902b8a9eea97ef6991968 Mon Sep 17 00:00:00 2001 From: "Henry J. Wylde" Date: Thu, 10 Dec 2015 19:57:07 +1300 Subject: [PATCH] (#71) added a NB note for auto-completion's caveats --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 550a038..fb297fe 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,7 @@ autoload -Uz bashcompinit && bashcompinit source <(git-fmt --bash-completion-script `which git-fmt`) ``` +**NB:** auto-completion doesn't work well with git's command macro. I.e., `git fmt ` won't + work, but `git-fmt ` will. [#71](https://github.com/hjwylde/git-fmt/issues/71) will remain + open until this is addressed. +