lambdalisue/vim-gina

Add command arguments completion

Open

#230 aperta il 7 nov 2019

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Vim Script (28 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (688 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor