You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zsh-completions-howto.org
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ topics=('e:description for e help topic' 'f:description for f help topic')
137
137
_describe 'command' subcmds -- topics
138
138
#+END_SRC
139
139
140
-
If two candidates have the same description, _describe collects them together on the same rowand ensures that descriptions are aligned in neatedly in columns.
140
+
If two candidates have the same description, _describe collects them together on the same row and ensures that descriptions are aligned in neatedly in columns.
141
141
The _describe function can be used in an ACTION as part of a specification for _alternative, _arguments or _regex_arguments.
142
142
In this case you will have to put it in braces with its arguments, e.g. 'TAG:DESCRIPTION:{_describe 'values' options}'
143
143
** Writing completion functions using _alternative
0 commit comments