lambdalisue / vim-gita

[Obsolete] An awesome git handling plugin for Vim
Other
226 stars 8 forks source link

Command-completion doesn't work #49

Closed ichizok closed 9 years ago

ichizok commented 9 years ago

Since https://github.com/lambdalisue/vim-gita/commit/e91d4a14c485975f1829e37070fd070e12ec69e3

:Gita a<TAB>

Expected:

:Gita add

Actual:

:Gita a
lambdalisue commented 9 years ago

Thanks for reporting. I could reproduce the issue but it may take time to fix while this issue is a little bit complicated for handling. So please be patient :-)

lambdalisue commented 9 years ago

It is fixed via 5433703

ichizok commented 9 years ago

Why this fix isn't into master?

lambdalisue commented 9 years ago

Oops.

lambdalisue commented 9 years ago

Thanks. https://github.com/lambdalisue/vim-gita/commit/e5676e5a84f8d31a31b42cb597455643e01746c6