From 72f0962147050d8bfdb10755715a257dc477a02b Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sat, 23 Jun 2007 11:33:45 +0200 Subject: [PATCH] Fix a few typos in the bash completion --- contrib/tig-completion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tig-completion.sh b/contrib/tig-completion.sh index dc6acf6..3b6fd6d 100755 --- a/contrib/tig-completion.sh +++ b/contrib/tig-completion.sh @@ -217,11 +217,11 @@ _tig () if [ $c -eq $COMP_CWORD -a -z "$command" ]; then case "${COMP_WORDS[COMP_CWORD]}" in --*=*) COMPREPLY=() ;; - -*) __tigcomp " + -*) tigcomp " --line-number= --tab-size= --version --help -b -d -h -l -S -v " ;; - *) __gitcomp "log diff show $(__tig_refs)" ;; + *) tigcomp "log diff show $(__tig_refs)" ;; esac return fi -- 2.32.0.93.g670b81a890