1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00

moved from Completion/X/_xrdb

This commit is contained in:
Sven Wischnowsky 2001-04-02 12:15:47 +00:00
parent f5ecf3a8d8
commit e238143974

@ -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'