Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion bug for functions with spaces
- X-seq: zsh-workers 141
- From: Anthony Iano-Fletcher <Anthony.Iano-Fletcher@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: completion bug for functions with spaces
- Date: Tue, 4 Jul 95 17:02:50 BST
This is a slight problem with the command completion.....
$ function 'sss ttt' () { echo $0 ; }
$ sss<TAB>
$ sss ttt
zsh: command not found: sss
$
When I hit the TAB key the completeion should be sss\ ttt. This
also happens when there is an executable file 'sss ttt' in the path.
Has this been reported and fixed before?
This is for version 2.6-beta9 on SunOS 4.1.3.
Anthony.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author