zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: Incorrect use of "expl" ?
Date: Thu, 13 Apr 2017 09:20:03 -0700	[thread overview]
Message-ID: <170413092003.ZM11236@torch.brasslantern.com> (raw)
In-Reply-To: <34487.1492098269@hydra.kiddle.eu>

Thanks for digging through all these, Oliver.  One question --

On Apr 13,  5:44pm, Oliver Kiddle wrote:
}
} diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit

Two hunks like this:

} -      _wanted -V "unapplied patches" expl "patch" \
} +      _wanted -V unapplied-patches expl "patch" \

But then:

} @@ -36,7 +36,7 @@ else
}        last_word="$words[$CURRENT-1]"
}        refresh_patch_options=( -p --patch )
}        if [[ -n ${refresh_patch_options[(r)$last_word]} ]]; then
} -	_wanted -V "applied patches" expl "patch" \
} +	_wanted -V applied-patch expl "patch" \
}  	  compadd ${${(M)${(f)"$(stg series 2> /dev/null)"}##[+>] *}#[+>] } \
}  		  && ret=0
}        else

Should that be "applied-patches" in the third hunk as well?


  reply	other threads:[~2017-04-13 16:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-09 18:47 Bart Schaefer
2017-04-13 15:44 ` Oliver Kiddle
2017-04-13 16:20   ` Bart Schaefer [this message]
2017-04-18 12:39     ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170413092003.ZM11236@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).