lambdalisue/vim-gina

Add command arguments completion

Open

#230 aberto em 7 de nov. de 2019

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)Vim Script (28 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (688 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador