Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

gv file completion is broken.



zsh -f

loki% echo $ZSH_VERSION
4.3.0-dev-1
loki% autoload -U compinit
loki% compinit -D -C
loki% touch a.py a.ps
loki% gv a.p[TAB]
a.ps  a.py
loki% gv --[TAB] ## this does work...

# BTW, the _gv here is identical to the one at the CVS.

Changing the last line of _gv from

'*:file: _pspdf --z'

to

'*:file: _pspdf -z'

Makes it work again.

Cheers,
Francisco.



Messages sorted by: Reverse Date, Date, Thread, Author