diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-05-07 23:24:49 +0200 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-05-07 23:24:49 +0200 |
| commit | cd6fd2b0a3641774e7854ff8298d1d82643c4b4a (patch) | |
| tree | 1b09fbc0dfed078e48c945352c6635a4a6bcbb04 /Completion/Unix/Command | |
| parent | gitlab !6: Rudimentary rclone completion (diff) | |
| download | zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar.gz zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar.bz2 zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar.lz zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar.xz zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.tar.zst zsh-cd6fd2b0a3641774e7854ff8298d1d82643c4b4a.zip | |
44274: allow finer control of completion match soring with compadd's -o option
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_git | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4eb07e921..112098d3a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5688,7 +5688,7 @@ __git_ignore_line () { __git_ignore_line_inside_arguments () { declare -a compadd_opts |
