The following commit has been merged in the master branch:
commit 36f1b832fd3544dd44dad7b6bce5c115f45cd50d
Author: Igor Murzov <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to