cvs diff: Parse options from cvs diff instead of plain diff.
This commit is contained in:
parent
2544b384ea
commit
10cfd72956
@ -282,7 +282,7 @@ _cvs()
|
||||
;;
|
||||
diff)
|
||||
if [[ "$cur" == -* ]]; then
|
||||
_longopt diff
|
||||
_cvs_command_options "$1" $mode
|
||||
else
|
||||
get_entries
|
||||
COMPREPLY=( $( compgen -W '${entries[@]:-}' -- "$cur" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user