diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:30:19 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:30:19 +0000 |
commit | e712b19c33d8cf0c332aa29a670a6fb47df2bdfc (patch) | |
tree | fe8d29f3ce03692d562f28498381f80a71ccfd90 /Completion | |
parent | 7605a5302689c92d838e0617c74c31da455df238 (diff) | |
download | zsh-e712b19c33d8cf0c332aa29a670a6fb47df2bdfc.tar.gz zsh-e712b19c33d8cf0c332aa29a670a6fb47df2bdfc.tar.xz zsh-e712b19c33d8cf0c332aa29a670a6fb47df2bdfc.zip |
Initial revision
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/X/_xrdb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/X/_xrdb b/Completion/X/_xrdb new file mode 100644 index 000000000..585e5909f --- /dev/null +++ b/Completion/X/_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' |