mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
zsh-workers/10044
This commit is contained in:
parent
0cbd57cbe9
commit
c8c717c2bb
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#compdef diff
|
||||
#compdef diff gdiff
|
||||
|
||||
_diff_options ':original file:_files' ':new file:_files'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef gls gdiff
|
||||
#compdef gls
|
||||
|
||||
# This is for GNU-like commands which understand the --help option,
|
||||
# but which do not otherwise require special completion handling.
|
||||
|
|
Loading…
Reference in a new issue