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

This commit is contained in:
Igor Murzov 2012-07-05 01:00:25 +04:00
parent bffce4218e
commit 36f1b832fd

View File

@ -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)