lambdalisue/vim-gina

Add command arguments completion

Open

#230 创建于 2019年11月7日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Vim Script (28 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (688 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南