From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27225 invoked by alias); 7 Jan 2016 04:44:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21124 Received: (qmail 7341 invoked from network); 7 Jan 2016 04:44:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=xc3sjIwa8DlZqXHqAyPf/rrLreYI/2HfM9+KfN/Xonk=; b=Oz2qMPrBN9efgEstafJ66h1+rlmlNY1xFmhjchZFn5VME9qUYTeyh4+JBLEGfsSXdB sNQtgKNSXR+tRYtTG5peRZehLb7tQOkD3jjn/Vv0akwY3q16Oowo0gfHOokVDANaofbW 0k7c8mrE2HhAd5ls4MNbbviyc78nrz/67ah09MoUtzIWmKQ6X4rCkmpJthMIyOIGSNUy PVRZTJ7FB8tmHOBRzmpScfFh4mIt14nJdBUkDGF29EfpNhXci2qHshlUlIhjtCx2qUQH s4on7qWGSw9gnEPaU5Q9lEDXj8fahQCD+nn2NGRYJcMt5MzvfpzIXDTh/6aLOj4w/9Rr VpWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=xc3sjIwa8DlZqXHqAyPf/rrLreYI/2HfM9+KfN/Xonk=; b=Q3yU+NL37fB5LLO1xVG0wQDwBX3phCQQ++ZIroWghBhAGd3DvlU3KDZfJsVl6sanck +7BXgvJNRAlS2enfllg2T8bnE2bF25bpyIhcruMp0r1fwDejUAcokyA+++uShBt4kgO8 fa16Rz40qoGEuRLiDAN1Ik3FqLgEdHQ+8Mk9HaRLJ3gqHXpUUuoU89ZvdgiED1/ATyTP j57bKUvMCNhnerCKBwKd+X0L4fdUHE50ri9QZj2ltAx6QGw+oEWCNijkMlqgWnbZhacg ijU5Of84+uxgu1xtiflH86Hxe9wjH4R1lQrM2+s+OTZmceWwPnX7zB19x1I1+RcyJPnj bX/A== X-Gm-Message-State: ALoCoQntSlEnYh++whJFDUeMSmE9bsMQXg9qcXybj9QZcnDE5F6SPFxTK/NOOg75X5OnS/R/rBItHK8iWHQNlNzpUXP/D+T+lg== X-Received: by 10.66.164.234 with SMTP id yt10mr146947811pab.11.1452141889129; Wed, 06 Jan 2016 20:44:49 -0800 (PST) From: Bart Schaefer Message-Id: <160106204452.ZM11191@torch.brasslantern.com> Date: Wed, 6 Jan 2016 20:44:52 -0800 In-Reply-To: Comments: In reply to Jason L Tibbitts III "Somehow my prompt broke in 5.2" (Jan 6, 9:36pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Somehow my prompt broke in 5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 6, 9:36pm, Jason L Tibbitts III wrote: } Subject: Somehow my prompt broke in 5.2 } } I'm trying to understand why the current directory is missing from my } (left) prompt string in 5.2 but appears just fine in 5.1.1 and earlier. 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.