cvs diff: Parse options from cvs diff instead of plain diff.

This commit is contained in:
Ville Skyttä 2011-04-29 12:42:39 +03:00
parent 2544b384ea
commit 10cfd72956

View File

@ -282,7 +282,7 @@ _cvs()
;;
diff)
if [[ "$cur" == -* ]]; then
_longopt diff
_cvs_command_options "$1" $mode
else
get_entries
COMPREPLY=( $( compgen -W '${entries[@]:-}' -- "$cur" ) )