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 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.

Attachment: signature.asc
Description: Digital signature



Messages sorted by: Reverse Date, Date, Thread, Author