瀏覽代碼

Merge pull request #968 from maxnordlund/patch-1

Fix fish subcommand completion
pull/1133/head
Mislav Marohnić 8 年之前
committed by GitHub
父節點
當前提交
c310bc5f83
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      completions/rbenv.fish

+ 2
- 1
completions/rbenv.fish 查看文件

@ -18,5 +18,6 @@ end
complete -f -c rbenv -n '__fish_rbenv_needs_command' -a '(rbenv commands)'
for cmd in (rbenv commands)
complete -f -c rbenv -n "__fish_rbenv_using_command $cmd" -a "(rbenv completions $cmd)"
complete -f -c rbenv -n "__fish_rbenv_using_command $cmd" -a \
"(rbenv completions (commandline -opc)[2..-1])"
end

Loading…
取消
儲存