diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:15:47 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:15:47 +0000 |
commit | e238143974e38a1245f277380b25af9a88803c95 (patch) | |
tree | 8830c0205ec555312d50a71a7aa4ec96e6ded78f /Completion/X/Command | |
parent | f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7 (diff) | |
download | zsh-e238143974e38a1245f277380b25af9a88803c95.tar.gz zsh-e238143974e38a1245f277380b25af9a88803c95.tar.xz zsh-e238143974e38a1245f277380b25af9a88803c95.zip |
moved from Completion/X/_xrdb
Diffstat (limited to 'Completion/X/Command')
-rw-r--r-- | Completion/X/Command/_xrdb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/X/Command/_xrdb b/Completion/X/Command/_xrdb new file mode 100644 index 000000000..83ccb9955 --- /dev/null +++ b/Completion/X/Command/_xrdb @@ -0,0 +1,9 @@ +#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' |