Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
gv file completion is broken.
- X-seq: zsh-users 9359
- From: Francisco Borges <f.borges@xxxxxx>
- To: Zsh User <zsh-users@xxxxxxxxxx>
- Subject: gv file completion is broken.
- Date: Tue, 30 Aug 2005 20:01:21 +0200
- Mail-followup-to: Zsh User <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Alfa Informatica - Rijksuniversiteit Groningen
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