about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:15:40 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:15:40 +0000
commitf5ecf3a8d82c9272d2896aa26db5da1e957e2ee7 (patch)
tree2c82938990ed62fb9809b2c8e55218b50ce30552 /Completion/X
parent39b8a5edc38810f25fee2434408b37aff22c7ab4 (diff)
downloadzsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.tar.gz
zsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.tar.xz
zsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.zip
moved to Completion/X/Command/_xrdb
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/_xrdb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/X/_xrdb b/Completion/X/_xrdb
deleted file mode 100644
index acfb2d9a4..000000000
--- a/Completion/X/_xrdb
+++ /dev/null
@@ -1,10 +0,0 @@
-#compdef xrdb
-
-_arguments \
-  -{help,all,global,screen,screens,n,quiet,nocpp,symbols,query,load,merge,remove,retain} \
-  '-display:display:_x_display' \
-  '-cpp:preprocessor program:_files -g \*\(\*\)' \
-  '-edit:file to insert:_files' \
-  '-backup:suffix for backup: ' \
-  '*:defaults file:_files'
-