Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] completion: zsh: improve bash script loading

From: Felipe Contreras <hidden>
Date: 2016-06-15 22:57:29

Possibly related (same subject, not in this thread)

On Wed, May 29, 2013 at 12:49 PM, Junio C Hamano [off-list ref] wrote:
Felipe Contreras [off-list ref] writes:
quoted
On Wed, May 29, 2013 at 1:17 AM, Johannes Sixt [off-list ref] wrote:
quoted
Am 5/29/2013 5:24, schrieb Felipe Contreras:
quoted
+if [ -z "$script" ]; then
+     local -a locations
+     locations=(
+             '/etc/bash_completion.d/git' # fedora, old debian
+             '/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
+             '/usr/share/bash-completion/git' # gentoo
+             $(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
+             )
Won't you need

        local e

here, or does it not matter?
You are right, otherwise it would be in the user's shell.
Has this changed since 0a04e187e669 (completion: zsh: improve bash
script loading, 2013-05-24) which I have on 'pu'?
Other than this change, nope.
If not, I can do this locally to save a roundtrip, if you want.
Great, let's do that.

-- 
Felipe Contreras
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help