Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: previous job breaks if it's a function?
- X-seq: zsh-workers 44866
- From: Mikel Ward <mikel@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: previous job breaks if it's a function?
- Date: Wed, 23 Oct 2019 15:56:15 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mikelward.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=/r6+B8rXwn5874EsTMFYEEGvgvyQhilliVxG6B+iJKY=; b=AfqIap4RZbw3H3Jt2g7P0IuQeXQADhxt9DN1OQO/jgctfGPnB/IzjlIA91JVirgeUF XUFLERCXlJIUEO93cmgvVkp3o3ZcqsFa3j4UuCV304Gfm2k8IcqQxoT9avOdeFiIhgL7 qo82FgPCVQwT3FIlAAveX0tndcKj10ROFMFNY=
- In-reply-to: <CACVmprdGKXboOC2mxyRFKVoYpYdk8QJWS9v9Ky4LFbra-nP5Jg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CACVmprdGKXboOC2mxyRFKVoYpYdk8QJWS9v9Ky4LFbra-nP5Jg@mail.gmail.com>
[Moving thread to zsh-workers]
Correction: not an alias, a function.
Possibly caused by 464065f42959abc655b8e680572c08793dd0c56e (43543).
On Wed, Oct 23, 2019 at 3:20 PM Mikel Ward <mikel@xxxxxxxxxxxxx> wrote:
> With latest git master (9b69e8472):
>
> $ zsh --norcs --noglobalrcs
> hostname% vim() { nvim "$@"; }
> hostname% vim
> ^Z
> hostname% cat
> ^Z
> hostname% %-
> (resumes nvim, as expected)
> ^Z
> hostname% %-
> (resumes nvim, should have resumed cat)
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author