1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-09 19:51:26 +01:00

unposted: remove _xrdb, better completion for xrdb is provided by _x_utils

This commit is contained in:
Doug Kearns 2003-03-15 07:37:01 +00:00
parent d8fac9fb23
commit 454c01accf
3 changed files with 8 additions and 12 deletions

View file

@ -1,9 +1,14 @@
2003-03-15 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* unposted: Completion/X/Command/_xrdb: remove _xrdb as superior
completion for xrdb is provided by _x_utils
2003-03-14 Oliver Kiddle <opk@zsh.org>
* 18343, 18348: zshconfig.ac, Doc/Zsh/builtins.yo, Src/utils.c:
handle \u and \U escapes for specifying unicode characters
2003-03-15 Doug Kearns <djkea2@mugca.its.monash.edu.au>
2003-03-14 Doug Kearns <djkea2@mugca.its.monash.edu.au>
* 18351: Completion/Unix/Command/_antiword: new completion for
antiword

View file

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

View file

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