mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
moved from Completion/X/_xrdb
This commit is contained in:
parent
f5ecf3a8d8
commit
e238143974
9
Completion/X/Command/_xrdb
Normal file
9
Completion/X/Command/_xrdb
Normal file
@ -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'
|
Loading…
Reference in New Issue
Block a user