From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17020 invoked by alias); 10 May 2016 21:29:56 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38469 Received: (qmail 16798 invoked from network); 10 May 2016 21:29:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=wN30lNRNgLkatGfoHzGio4Uc8rNP9flIixs0EGorF24=; b=CVYtryTKu5kJgoGQ2mWhFEUQx0cxa5ArS+m/R/ZK01I91WM4kUo/EQgIu6zABMIICp v4B2blEwJLEMRn4nlmCY5RaI6QIFWXhexjJxXzG1t7D8Nd/kAm17lYlrtWI5m6exKlsW /OpjwQhNNP/cGQlcvMQjseNrRDH2LZBg8NZ6m3y2Zd/pAZSWWIxEiEzpidJ87i3EIPjQ 3a5wN1XWJexZE1eF1iLPeQwTQ3BTOXE8NvuFQ01nKRJTV7lPAdEGCNmDbJSw6dGNzt9h rsAsvtpiFnYJpqpeZlR2wHEnmjTnhSi2ZPgsR7fnU1KdFGKdcj/YZHxKpYFJka+Un55u chaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=wN30lNRNgLkatGfoHzGio4Uc8rNP9flIixs0EGorF24=; b=Su0yITzoybApXMrRGUffvRdbvIq9blyBBnvr/i96rh8t2pfF/GeW2/sBodG9e5IDG+ 0GiX9kf/tJECCVfLGrxQF5AnVisSA8SLzUyrqzxcC4pyIMrAdnsff0NQ8ii2zzQ+eBFV 2mpr4h8c5sp8jxtsYZh4jgZl2tYomeBzRE6PIaAVJdmHAj+AbowmDZO5VV4hVCJDsTzd XjjhpvoyT9lfFRUShkCBUAr9L8xbq47Ymrkbdk+4QVTRDvEZR7oFNN5nIxhlIqmkpXI9 YOSOTa6pE3VW/YimJvI6Cox9Mq3G5+0qIPWzd+oX3eBrxsBlHeL/Gf/AMsAM6hxU6ejM Xq6A== X-Gm-Message-State: AOPr4FWTVmkJoAnGRfJAsIiWAQVrWbvh9djJFEt4MsR5X6FKe5LAqhl5qrCZf9atgrr46YbFV3uF0/UfiSnvXA== MIME-Version: 1.0 X-Received: by 10.55.47.70 with SMTP id v67mr44998085qkh.135.1462915792181; Tue, 10 May 2016 14:29:52 -0700 (PDT) In-Reply-To: <160510131355.ZM1828@torch.brasslantern.com> References: <160330110652.ZM1432@torch.brasslantern.com> <20160401053633.GA17993@tarsus.local2> <160401181824.ZM23675@torch.brasslantern.com> <20160402032950.GA10638@tarsus.local2> <160401232021.ZM25900@torch.brasslantern.com> <160402111815.ZM1925@torch.brasslantern.com> <160406121053.ZM31877@torch.brasslantern.com> <20160510184031.GA27856@tarsus.local2> <160510131355.ZM1828@torch.brasslantern.com> Date: Tue, 10 May 2016 23:29:52 +0200 Message-ID: Subject: Re: Completion in empty double-quotes generates error From: Mikael Magnusson To: Bart Schaefer Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Tue, May 10, 2016 at 10:13 PM, Bart Schaefer wrote: > On May 10, 6:40pm, Daniel Shahaf wrote: > } Subject: Re: Completion in empty double-quotes generates error > } > } 'tmux new ' segfaults: > } > } $ zsh -f > } % echo $ZSH_PATCHLEVEL > } zsh-5.2-dev-1-130-g98f670c > > That's odd: > > burner% echo $ZSH_PATCHLEVEL > zsh-5.2-403-gb359b80 > burner% echo $ZSH_VERSION > 5.2-dev-1 > > I never get the "-dev-1" part in PATCHLEVEL. Try running git fetch --tags. If you just normally do "git pull" it will only fetch the tag if it existed at the time of the pull iirc. -- Mikael Magnusson