Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
vared 'functions[xx]'
- X-seq: zsh-workers 24225
- From: Stephane Chazelas <stephane_chazelas@xxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: vared 'functions[xx]'
- Date: Thu, 13 Dec 2007 17:27:07 +0000
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hiya,
I had an odd behavior here.
~$ a() echo foo
~$ vared functions\[a\]\
echo foobar
zsh: not an identifier: functions[a]
~$ dpkg -l | grep zsh
ii zsh-beta 4.3.4-dev-4+20071212-1 A shell with lots of features (dev tree)
Above, the trailing "\ " was added by the completion system.
Still, vared showed me the content of $functions[a]. I would
have expected it to return with an error before (well instead
of) allowing me to edit the content.
Same goes for:
a=foo
vared "a "
Not a big issue, though.
Cheers,
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author