Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_normal:26: bad math expression: operator expected at `0 '
- X-seq: zsh-users 4860
- From: Roman Neuhauser <neuhauser@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: _normal:26: bad math expression: operator expected at `0 '
- Date: Thu, 25 Apr 2002 16:26:38 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi there,
after about six months of using about 0.01% of the goodies zsh offers,
I decided it was time to checkout compinit. The exploration ended up
before it started with an error I don't know what to think about (I can
read some basic shell scripting, but that's about it). Also note that
I've searched the archives, but only found unrelated messages.
roman@roman ~ > autoload -U compinit 101:0
roman@roman ~ > compinit 102:0
roman@roman ~ > tar xzf sub^I 103:0
_normal:26: bad math expression: operator expected at `0 '
At this moment, I'm supposed to be impressed. :)
roman@roman ~ > tar xzf subversion-r1587.tar.gz 103:0
...
roman@roman ~ > cd /usr/local/share/zsh/4.0.4/functions 106:0
roman@roman zsh/4.0.4/functions > cat -n _normal|grep -EC3 '^ +26' 107:0
23
24 return ret
25 else
26 if (( $+builtins[$command] + $+functions[$command] )); then
27 cmd1="$command"
28 curcontext="${curcontext%:*:*}:${cmd1}:"
29 elif [[ "$command[1]" = '=' ]]; then
roman@roman zsh/4.0.4/functions > 108:0
It does that for ^I completion as well. What's up?
--
FreeBSD 4.4-STABLE
4:07PM up 10 days, 5:20, 14 users, load averages: 0.08, 0.20, 0.15
Messages sorted by:
Reverse Date,
Date,
Thread,
Author