lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Implement cmdline-completion for several git raw commands #286

Closed obcat closed 3 years ago

obcat commented 3 years ago

I implemented cmdline-completion for these git raw commands:

As a side effect, cmdline-completion now works for any of the gina commands by the existing corresponding gina#command#{scheme}#complete() function.

This PR may close #260.

obcat commented 3 years ago

I'll split my commit into logical units and then re-create PR. Closing.