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