1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
zsh/Completion/Unix/Command/_diff

4 lines
90 B
Plaintext
Raw Normal View History

2001-04-02 13:48:19 +02:00
#compdef diff gdiff
_diff_options "$words[1]" ':original file:_files' ':new file:_files'