diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:15:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:15:40 +0000 |
commit | f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7 (patch) | |
tree | 2c82938990ed62fb9809b2c8e55218b50ce30552 | |
parent | 39b8a5edc38810f25fee2434408b37aff22c7ab4 (diff) | |
download | zsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.tar.gz zsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.tar.xz zsh-f5ecf3a8d82c9272d2896aa26db5da1e957e2ee7.zip |
moved to Completion/X/Command/_xrdb
-rw-r--r-- | Completion/X/_xrdb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Completion/X/_xrdb b/Completion/X/_xrdb deleted file mode 100644 index acfb2d9a4..000000000 --- a/Completion/X/_xrdb +++ /dev/null @@ -1,10 +0,0 @@ -#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' - |