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 27486
- From: ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx>
- To: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- Subject: Re: [PATCH] _git: offer files relative to current directory
- Date: Tue, 8 Dec 2009 12:39:44 +0100
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=6p/sdODoHbZvU7mo2fGsEKdzO9yy8P8TSBaYgm4ra38=; b=lrRo5Jwaq4YReq26TsckjmNCSqy9n5MJZBjb9JAVaI7rk9hBmPH4JfJmuFT52GBVep +xSozOtkFIVlznb50BNm+5euLeZHGZlOj5IcU47zj114NYsRitBOY3Mya9LSBULNtW1V wYeSHBx50tLF7ej3ZRxCmGShlzaF0Zrbd4TEo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; b=ZOC7rXvjcfbd3gpUQelG4wGzjw5wxcCe/HxTDFsJ0We+2NdGZCu6i0RsPt9pr6jX3v GvfOGiMnKYWjUsdT8hN6v1Sg42xVWFXUIGqDqUWew2fNek8eZE+z7OQYbiCYcA7awmdQ Zwn6UMdS6KK1+/bnazrUP2fikvTg+aSWzJ+eY=
- In-reply-to: <20091208112232.GE9335@xxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>, zsh-workers@xxxxxxx
- 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> <20091208112232.GE9335@xxxxxxxxxxxx>
On Tue, Dec 08, 2009 at 02:22:32PM +0300, Alexey I. Froloff wrote:
> On Tue, Dec 08, 2009 at 11:48:39AM +0100, ??t??p??n N??mec 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
> > which is obviously wrong; so my current solution is still functionally
> > better :-/
> And what exactly wrong with that? doc, ftplugin, indent, plugin,
> snippets and syntax are directories, this is how _multi_parts
> works. Descend into doc and you'll see "only" .. and tags.
>
> --
> Regards,
> Sir Raorn.
Yeah, exactly, I just replied to the previous mail about that :-)
Well... so is there some way I can get the behaviour I want with your
solution?
ÅtÄpÃn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author