mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-15 20:51:27 +01:00
49343: Fix file name completion of GNU digest utilities
This commit is contained in:
parent
b60bab1cc1
commit
c843af635a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2021-09-04 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* Shohei YOSHIDA: 49343: Completion/Unix/Command/_md5sum:
|
||||
Fix file name completion of GNU digest utilities
|
||||
|
||||
* 49345: Completion/Unix/Command/_git: fix git file completion
|
||||
for paths starting with ../
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@ args+=(
|
|||
'(sum -w --status --warn)'{-w,--warn}'[warn about each improperly formatted checksum line]'
|
||||
)
|
||||
# Operands
|
||||
args+=( '*: :_files' )
|
||||
args+=(
|
||||
+ operand
|
||||
'*: :_files'
|
||||
)
|
||||
|
||||
_arguments -s -S : $args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue