Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh behavior change
- X-seq: zsh-users 15423
- From: Peter Menzel <pmenzel@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zsh behavior change
- Date: Wed, 22 Sep 2010 16:00:20 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=fa7wIG3EvSOdHNY/uUSlAIuUfMqc3dyGGme0v0jYFNM=; b=bAN7ho6SXN/hrUqd8BLvDRKjtvoB0u+vOVe+XOOLNJU2E/OJlYlmxW5ZoVgWgh2r2Z YuszB0CjZutqi7zmrpNAw7sbqk9DbeVJxXuiL7bqTgtWG5/Cx1+rZbc+L2TSGjEXyfFT Kzq41xuq072pMN0A2SIwJZRu4gMKJxA+bHbE4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=WamMiWIBiy77QoIvKzeoW2KCPO4k6LbTDjCRJiF0yfW+3KOHRzAV1DRXaJbaF4Qnq2 PSb24lXlIP7VQbW09gLJcehFUNE0WfoN6xrbDe+9VsIL2QzHWg4NqOtTTnVfIRArwo9J XTp19EcXzKctcukkViAgEnsV7FFNPLgFlaYIE=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I just upgraded my Ubuntu and noticed a change in behavior of zsh:
When I type cd .. and then press tab after the second dot, in my old zsh (4.2.x)
a slash would be appended and subsequent tabs would cycle through the
following directories
(which would be the "neighbor" directories of the current dir).
However, now in the 4.3 zsh, after typing cd .. and then hitting tab,
no slash is appended
and I cannot cycle through the dirs anymore.
I use the same configuration files, so it seems to be some change in zsh itself
Anybody knows, how the get the old behavior back?
Thanks in advance,
Peter
Messages sorted by:
Reverse Date,
Date,
Thread,
Author