diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-08-19 01:00:59 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-19 01:00:59 +0000 |
| commit | a5c5174c00a26850e710565cd792522f064b59a8 (patch) | |
| tree | 4c5a6e68ca364ffe1e6fac73c4fae4b77657d86e /Completion/Unix | |
| parent | 25480: add more quotes to the three _call_program invocations with git for-ea... (diff) | |
| download | zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar.gz zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar.bz2 zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar.lz zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar.xz zsh-a5c5174c00a26850e710565cd792522f064b59a8.tar.zst zsh-a5c5174c00a26850e710565cd792522f064b59a8.zip | |
25485: patch to allow --abbrev to be completed before -v with git branch, from Mikael Magnusson.
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_git | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 9236e0b1a..860cc940b 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1475,11 +1475,6 @@ _git-bisect () { # TODO: complete branch names? (( $+functions[_git-branch] )) || _git-branch () { - local my_abbrev_arg - if (( words[(I)-v] > 0 && words[(I)-v] < CURRENT )); then - my_abbrev_arg=$abbrev_arg - fi |
