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 01:40:57AM +0300, Alexey I. Froloff wrote:
> On Mon, Dec 07, 2009 at 12:52:33AM +0300, Alexey I. Froloff wrote:
> > When offering repository files (cached, deleted, changed, etc), make
> > sure that paths are relative to current directory, as git expects.
> Any comments?
> 
> -- 
> Regards,
> Sir Raorn.

Sorry, I have some other work currently.

Just now I tested your patch, and it doesn't work for me:

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 :-/

Regards,

    ÅtÄpÃn



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