about summary refs log tree commit diff
path: root/Completion/Unix/Command/_diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:48:19 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:48:19 +0000
commit66c8900223ca60a5c6ac9c501a9f78af24b612bd (patch)
tree2dc4b1e8bb371eba032de8ec69c3a0a5779e417c /Completion/Unix/Command/_diff
parent2fbde318a626a5db1a65ac0d1c98af51ec3d5367 (diff)
downloadzsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.tar.gz
zsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.tar.xz
zsh-66c8900223ca60a5c6ac9c501a9f78af24b612bd.zip
moved from Completion/User/_diff
Diffstat (limited to 'Completion/Unix/Command/_diff')
-rw-r--r--Completion/Unix/Command/_diff3
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'