Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Somehow my prompt broke in 5.2
- X-seq: zsh-users 21140
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Somehow my prompt broke in 5.2
- Date: Sun, 10 Jan 2016 08:46:17 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6mKf7bmRwqkeQbrmiUeGPLzXCUehhuy6PyiAQ4cUJdU=; b=DlY1ceu/4ydtDecvt2zHG4BgiHNd7xTDCRvH9XjOobDqr30KpeU7c5mittvdKrUosX 4nruDbqiKb1mB5EZEre37ZBeTMP+f3GnSSD61gZ3zjl4LTINg316vgvdS1chjT5Qy70V DvCHQTWtOuK1JC/gJHHmj6RYNEAEwGQ7yeyBJYINEDJXTxZoXhOyVsLHDL++y0dGD+7H LWd9VgNoVv9uZ4zeE2RQ+eTWFGZWzlbpaeTZlLKplbzbTovGXHbX8hjPgIVkQMU4O++/ +xa52qRs1cdloAuG8KeeVeLdZeOa01TGHdfyI5+oZ65EUaGkFJKUcXhfMEy7jET9B20m /4VA==
- In-reply-to: <160106204452.ZM11191@torch.brasslantern.com>
- 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
- References: <ufa37uarrgd.fsf@epithumia.math.uh.edu> <160106204452.ZM11191@torch.brasslantern.com>
On 7 January 2016 at 05:44, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> There is a bug in Functions/VCS_Info/VCS_INFO_nvcsformats in the 5.2
> release -- a local variable got declared at the wrong scope when the
> function was updated.
>
> Delete line 7 ( local -a msgs ) from VCS_INFO_nvcsformats and you
> should be good to go. If you have problems with WARN_CREATE_GLOBAL,
> add that same line to Functions/VCS_Info/vcs_info instead.
Would be cool if this could be somehow workarounded in .zshrc, so that
one can have robust configuration that will work anywhere right after
install. The same I thought about the modification of
_history-complete-older you proposed. But doing what I write is
probably not possible. One could at least add a warning to .zshrc that
would somehow detect if modifications aren't in place for given zsh.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author