diff options
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/.distfiles | 4 | ||||
-rw-r--r-- | Completion/X/Command/_xrdb | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/Completion/X/Command/.distfiles b/Completion/X/Command/.distfiles index 26bf2aff1..51bef861a 100644 --- a/Completion/X/Command/.distfiles +++ b/Completion/X/Command/.distfiles @@ -1,6 +1,6 @@ DISTFILES_SRC=' .distfiles -_gv _netscape _xauth _xfig _xrdb _xterm _xwit +_gv _netscape _xauth _xfig _mozilla _xterm _xwit _nedit _vnc _x_utils _xdvi _xmodmap _xset _xv -_mozilla _xloadimage +_xloadimage ' diff --git a/Completion/X/Command/_xrdb b/Completion/X/Command/_xrdb deleted file mode 100644 index 83ccb9955..000000000 --- a/Completion/X/Command/_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' |