1
0
Fork 0
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:
Tanaka Akira 2000-03-11 00:05:29 +00:00
parent 0cbd57cbe9
commit c8c717c2bb
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#compdef diff
#compdef diff gdiff
_diff_options ':original file:_files' ':new file:_files'

View file

@ -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.