Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _git commit object name completion
- X-seq: zsh-workers 35206
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: _git commit object name completion
- Date: Mon, 18 May 2015 21:40:03 -0700
- In-reply-to: <20150519013803.GC2024@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150519013803.GC2024@tarsus.local2>
On May 19, 1:38am, Daniel Shahaf wrote:
}
} % git checkout f<TAB><TAB><TAB>
} f82ecfc -- [f82ecfc] m (3 minutes ago)
}
} I expected 'f82ecfc' to be added to the command-line immediately, as
} it's the only completion. Instead, I only get the list of possible
} completions and the buffer remains unmodified, no matter how many times
} I press <TAB>.
I'd make a small wager that this is another effect of workers/35101. If
you revert 454f079852deb0c704870c7d5a462485f1e65bbf, do you get the result
you expect?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author