We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_init_completion
_comp_initialize
1 parent b5bb327 commit 79e9d93Copy full SHA for 79e9d93
doc/styleguide.md
@@ -80,7 +80,7 @@ available in `COMPREPLY`.
80
81
## `$split && return`
82
83
-Should be used in completions using the `-s` flag of `_init_completion`,
+Should be used in completions using the `-s` flag of `_comp_initialize`,
84
or other similar cases where `_split_longopt` has been invoked, after
85
`$prev` has been managed but before `$cur` is considered. If `$cur` of the
86
form `--foo=bar` was split into `prev=--foo` and `cur=bar`, and the `$prev`
0 commit comments