cvs: Drop -o default to fix CVS root completions.

This commit is contained in:
Ville Skyttä 2011-05-24 20:20:43 +03:00
parent 40dc2d81df
commit bc38068568

View File

@ -252,8 +252,6 @@ _cvs()
fi fi
;; ;;
cvsroot) cvsroot)
# TODO: works poorly because of the colons and -o default,
# could we drop -o default? works ok without it in cvsps
_cvs_roots _cvs_roots
;; ;;
export) export)
@ -368,7 +366,7 @@ _cvs()
return 0 return 0
} && } &&
complete -F _cvs -o default cvs complete -F _cvs cvs
# Local variables: # Local variables:
# mode: shell-script # mode: shell-script