zsh-users
 help / color / mirror / code / Atom feed
* gv file completion is broken.
@ 2005-08-30 18:01 Francisco Borges
  2005-08-31  9:28 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Francisco Borges @ 2005-08-30 18:01 UTC (permalink / raw)
  To: Zsh User

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-31  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-30 18:01 gv file completion is broken Francisco Borges
2005-08-31  9:28 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).