[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-4-gf604f6c

Igor Murzov e-mail at date.by
Wed Jul 4 21:13:44 UTC 2012


The following commit has been merged in the master branch:
commit 36f1b832fd3544dd44dad7b6bce5c115f45cd50d
Author: Igor Murzov <e-mail at date.by>
Date:   Thu Jul 5 01:00:25 2012 +0400

    kcov: Add new sort types (introduced in kcov-9).

diff --git a/completions/kcov b/completions/kcov
index ebbd803..e5b2436 100644
--- a/completions/kcov
+++ b/completions/kcov
@@ -11,7 +11,8 @@ _kcov()
             return
             ;;
         --sort-type|-s)
-            COMPREPLY=( $( compgen -W 'filename percentage' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'filename percentage lines uncovered' \
+                -- "$cur" ) )
             return
             ;;
         --include-path|--exclude-path)

-- 
bash-completion



More information about the Bash-completion-commits mailing list