File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2256,8 +2256,8 @@ _comp_compgen_terms()
22562256 } 2> /dev/null) "
22572257}
22582258
2259- # TODO:API: rename per conventions
2260- _bashcomp_try_faketty ()
2259+ # @since 2.12
2260+ _comp_try_faketty ()
22612261{
22622262 if type unbuffer & > /dev/null; then
22632263 unbuffer -p " $@ "
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ _comp_deprecate_func 2.12 _gids _comp_compgen_gids
2323_comp_deprecate_func 2.12 _xinetd_services _comp_compgen_xinetd_services
2424_comp_deprecate_func 2.12 _services _comp_compgen_services
2525_comp_deprecate_func 2.12 _terms _comp_compgen_terms
26+ _comp_deprecate_func 2.12 _bashcomp_try_faketty _comp_try_faketty
2627_comp_deprecate_func 2.12 _expand _comp_expand
2728_comp_deprecate_func 2.12 _pids _comp_compgen_pids
2829_comp_deprecate_func 2.12 _pgids _comp_compgen_pgids
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _comp_cmd_postfix()
1717 esac
1818
1919 if [[ $cur == -* ]]; then
20- _comp_compgen_usage -c _bashcomp_try_faketty " $1 " --help
20+ _comp_compgen_usage -c _comp_try_faketty " $1 " --help
2121 return
2222 fi
2323
You can’t perform that action at this time.
0 commit comments