diff options
Diffstat (limited to 'Completion/X/_xrdb')
-rw-r--r-- | Completion/X/_xrdb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Completion/X/_xrdb b/Completion/X/_xrdb deleted file mode 100644 index 585e5909f..000000000 --- a/Completion/X/_xrdb +++ /dev/null @@ -1,9 +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' |