mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
test
This commit is contained in:
parent
455110d26a
commit
ce2b1c1627
10
Completion/X/_xrdb
Normal file
10
Completion/X/_xrdb
Normal file
@ -0,0 +1,10 @@
|
||||
#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