Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] _git: offer files relative to current directory



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