File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ the shell's environment.
48
48
| private non-local mutable variables | ` _comp__*_mut_* ` | ` _comp_cmd_${Command}__mut_${Data} ` |
49
49
| exporter function local variables | ` _* ` (not ` _comp* ` ) | ` _* ` (not ` _comp* ` ) |
50
50
| public/exported functions | ` _comp_* ` | ` _comp_xfunc_${Command}_${Utility} ` (functions for use with ` _comp_xfunc ` ) |
51
- | - completors (for ` complete -F ` ) | ` _comp_complete_* ` | ` _comp_cmd_${Command} ` |
51
+ | - completers (for ` complete -F ` ) | ` _comp_complete_* ` | ` _comp_cmd_${Command} ` |
52
52
| - generators | ` _comp_compgen_* ` | ` _comp_xfunc_${Command}_compgen_${Name} ` (generators for use with ` _comp_compgen -x ` ) |
53
53
| private/internal functions | ` _comp__* ` | ` _comp_cmd_${Command}__${Utility} ` (utility functions) |
54
54
| - generators | | ` _comp_cmd_${Command}__compgen_${Name} ` (generators for use with ` _comp_compgen -i ` ) |
You can’t perform that action at this time.
0 commit comments