Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: offer files relative to current directory
- X-seq: zsh-workers 27483
- From: Nikolai Weibull <now@xxxxxxxx>
- To: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH] _git: offer files relative to current directory
- Date: Tue, 8 Dec 2009 11:50:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+AsM8YFVVbYLiu8f+ioTOsEQM2EEAeUiVGOKxzbNGZs=; b=EG8hokzEF+O8f1+PyULhwDGqcA5m/Shtgr54qwO/MMNGW7P2oa7tz9G3tMzylmRsML WEVAqTlskRGjdEtl4Fm5vnd/reuLM7d39CRxCpMt/hlo8K9T3cE5jAdv4WnePOVkKNVE eCpZLtsE9le+MvQijtnx6r3ajPy4cQnoXlU/Q=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=rNPTxmCj8bLA8b+tKCiEQMmw2bIAuDe7nSH/JgZ201kEq2uY0bXrwNaZXlD+NVFvhQ /3Rdo1/dTQw7ALS56fjSxULfpibwqJan+aRbIFoupposKddBuCMf6IrgHX1jUG1kSud6 Z2tBeQndLCMrAWiHTSPuivVZeB6UtYHpXvOiU=
- In-reply-to: <20091208104839.GC21684@headley>
- 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: <20091205174551.GF3344@xxxxxxxxxxxx> <1260136353-20093-1-git-send-email-raorn@xxxxxxxxxxxx> <20091207224056.GD9335@xxxxxxxxxxxx> <20091208104839.GC21684@headley>
- Sender: nikolai.weibull@xxxxxxxxx
On Tue, Dec 8, 2009 at 11:48, ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx> wrote:
> In a repository where `git status' reports the following changed files:
> # Â Â Â modified: Â doc/tags
> # Â Â Â modified: Â filetype.vim
> # Â Â Â modified: Â ftplugin/vim.vim
> # Â Â Â modified: Â ftplugin/zsh.vim
> # Â Â Â modified: Â indent/sh.vim
> # Â Â Â modified: Â plugin/utl.vim
> # Â Â Â modified: Â snippets/_.snippets
> # Â Â Â modified: Â syntax/elisp.vim
> # Â Â Â modified: Â syntax/sh.vim
> # Â Â Â modified: Â syntax/vim.vim
>
> `git commit <tab>' only suggests:
> doc      filetype.vim Âftplugin   Âindent    Âplugin    Âsnippets   Âsyntax
Whyâs that wrong? Completing git commit syntax hopefully adds a slash
and lets you complete the files in the sub-folder, right?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author