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

Add command arguments completion #230

Open nabaco opened 4 years ago

nabaco commented 4 years ago

While typing a Gina command with arguments, allow tab completion for the arguments. Example: :Gina chec<Tab> myB<Tab> Gives :Gina checkout myBranch

:Gina push or<Tab> myB<Tab> Gives :Gina push origin myBranch

tpope's Fugitive on Vim can be used as an example.