Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion in empty double-quotes generates error



On Tue, May 10, 2016 at 10:13 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> On May 10,  6:40pm, Daniel Shahaf wrote:
> } Subject: Re: Completion in empty double-quotes generates error
> }
> } 'tmux new <TAB>' 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



Messages sorted by: Reverse Date, Date, Thread, Author