diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:48:19 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:48:19 +0000 |
commit | 66c8900223ca60a5c6ac9c501a9f78af24b612bd (patch) | |
tree | 2dc4b1e8bb371eba032de8ec69c3a0a5779e417c | |
parent | 2fbde318a626a5db1a65ac0d1c98af51ec3d5367 (diff) | |
download | zsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.tar.gz zsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.tar.xz zsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.zip |
moved from Completion/User/_diff
-rw-r--r-- | Completion/Unix/Command/_diff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_diff b/Completion/Unix/Command/_diff new file mode 100644 index 000000000..d242b3881 --- /dev/null +++ b/Completion/Unix/Command/_diff @@ -0,0 +1,3 @@ +#compdef diff gdiff + +_diff_options "$words[1]" ':original file:_files' ':new file:_files' |