about summary refs log tree commit diff
path: root/Completion/X/Command/_xrdb
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/Command/_xrdb')
-rw-r--r--Completion/X/Command/_xrdb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/X/Command/_xrdb b/Completion/X/Command/_xrdb
deleted file mode 100644
index 83ccb9955..000000000
--- a/Completion/X/Command/_xrdb
+++ /dev/null
@@ -1,9 +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'