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.
$split
1 parent e686f85 commit 0792488Copy full SHA for 0792488
doc/styleguide.md
@@ -78,7 +78,7 @@ appended after the equal sign. Calling `compopt -o nospace` makes sense
78
in case completion actually occurs: when only one completion is
79
available in `COMPREPLY`.
80
81
-## `$split && return`
+## `[[ $was_split ]] && return`
82
83
Should be used in completions using the `-s` flag of `_comp_initialize`,
84
or other similar cases where `_split_longopt` has been invoked, after
0 commit comments