1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-27 14:11:14 +01:00
zsh/Completion/X/_xrdb
Tanaka Akira ce2b1c1627 test
1999-11-03 09:22:55 +00:00

10 lines
300 B
Text

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