Skip to content

Commit 0792488

Browse files
committed
docs(styleguide): update quoting of $split
1 parent e686f85 commit 0792488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ appended after the equal sign. Calling `compopt -o nospace` makes sense
7878
in case completion actually occurs: when only one completion is
7979
available in `COMPREPLY`.
8080

81-
## `$split && return`
81+
## `[[ $was_split ]] && return`
8282

8383
Should be used in completions using the `-s` flag of `_comp_initialize`,
8484
or other similar cases where `_split_longopt` has been invoked, after

0 commit comments

Comments
 (0)