|
1 | 1 | # Deprecated bash_completion functions and variables -*- shell-script -*- |
2 | 2 |
|
3 | | -_comp_deprecate_func _userland _comp_userland |
4 | | -_comp_deprecate_func _sysvdirs _comp_sysvdirs |
5 | | -_comp_deprecate_func _have _comp_have_command |
6 | | -_comp_deprecate_func _rl_enabled _comp_readline_variable_on |
7 | | -_comp_deprecate_func _command_offset _comp_command_offset |
8 | | -_comp_deprecate_func _command _comp_command |
9 | | -_comp_deprecate_func _root_command _comp_root_command |
10 | | -_comp_deprecate_func _xfunc _comp_xfunc |
11 | | -_comp_deprecate_func _upvars _comp_upvars |
12 | | -_comp_deprecate_func __reassemble_comp_words_by_ref _comp__reassemble_words |
13 | | -_comp_deprecate_func __get_cword_at_cursor_by_ref _comp__get_cword_at_cursor |
14 | | -_comp_deprecate_func _get_comp_words_by_ref _comp_get_words |
15 | | -_comp_deprecate_func _longopt _comp_longopt |
16 | | -_comp_deprecate_func _split_longopt _comp__split_longopt |
17 | | -_comp_deprecate_func __ltrim_colon_completions _comp_ltrim_colon_completions |
| 3 | +_comp_deprecate_func 2.12 _userland _comp_userland |
| 4 | +_comp_deprecate_func 2.12 _sysvdirs _comp_sysvdirs |
| 5 | +_comp_deprecate_func 2.12 _have _comp_have_command |
| 6 | +_comp_deprecate_func 2.12 _rl_enabled _comp_readline_variable_on |
| 7 | +_comp_deprecate_func 2.12 _command_offset _comp_command_offset |
| 8 | +_comp_deprecate_func 2.12 _command _comp_command |
| 9 | +_comp_deprecate_func 2.12 _root_command _comp_root_command |
| 10 | +_comp_deprecate_func 2.12 _xfunc _comp_xfunc |
| 11 | +_comp_deprecate_func 2.12 _upvars _comp_upvars |
| 12 | +_comp_deprecate_func 2.12 __reassemble_comp_words_by_ref _comp__reassemble_words |
| 13 | +_comp_deprecate_func 2.12 __get_cword_at_cursor_by_ref \ |
| 14 | + _comp__get_cword_at_cursor |
| 15 | +_comp_deprecate_func 2.12 _get_comp_words_by_ref _comp_get_words |
| 16 | +_comp_deprecate_func 2.12 _longopt _comp_longopt |
| 17 | +_comp_deprecate_func 2.12 _split_longopt _comp__split_longopt |
| 18 | +_comp_deprecate_func 2.12 __ltrim_colon_completions _comp_ltrim_colon_completions |
18 | 19 |
|
19 | 20 | # Backwards compatibility for compat completions that use have(). |
20 | 21 | # @deprecated should no longer be used; generally not needed with dynamically |
|
0 commit comments