From f99c275e42afd95aa99e18096e31c7b242e35257 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 11 Feb 2021 22:35:57 +0100 Subject: [PATCH] completions/tig: directory completions after -C want a space Since https://github.com/jonas/tig/releases/tag/tig-2.5.2 --- share/completions/tig.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/tig.fish b/share/completions/tig.fish index 9c500fe33..fdac08fda 100644 --- a/share/completions/tig.fish +++ b/share/completions/tig.fish @@ -14,7 +14,7 @@ grep\t"Open the grep view. Supports the same options as git-grep(1)" ' complete -c tig -n 'not contains -- -- (commandline -opc)' -l stdin -d 'Read git commit IDs from stdin' complete -c tig -n 'not contains -- -- (commandline -opc)' -l pretty=raw -d 'Read git log output from stdin' -complete -c tig -n 'not contains -- -- (commandline -opc)' -o C. -d 'Run as if Tig was started in .' +complete -c tig -n 'not contains -- -- (commandline -opc)' -s C -r -d 'Run as if Tig was started in this directory' complete -c tig -n 'not contains -- -- (commandline -opc)' -s v -l version -d 'Show version and exit' complete -c tig -n 'not contains -- -- (commandline -opc)' -s h -l help -d 'Show help message and exit'