mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
49343: Fix file name completion of GNU digest utilities
This commit is contained in:
parent
b60bab1cc1
commit
c843af635a
@ -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…
Reference in New Issue
Block a user