Skip to content

Commit

Permalink
Sh: update the kind description for "heredoc"
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Nov 22, 2022
1 parent 30df9f6 commit 3bd62a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tmain/ptag-in-optlib-parser.d/stdout-expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_KIND_DESCRIPTION!Sh a,alias /aliases/
!_TAG_KIND_DESCRIPTION!Sh f,function /functions/
!_TAG_KIND_DESCRIPTION!Sh h,heredoc /label for here document/
!_TAG_KIND_DESCRIPTION!Sh h,heredoc /labels for here document/
!_TAG_KIND_DESCRIPTION!Sh s,script /script files/
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
Expand Down
2 changes: 1 addition & 1 deletion parsers/sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static roleDefinition ZshFunctionRoles [] = {
.referenceOnly = false, FUNCTION_ROLES_SPEC }, \
{ true, 's', "script", "script files", \
.referenceOnly = true, ATTACH_ROLES (SCRIPT_ROLES) }, \
{ true, 'h', "heredoc", "label for here document", \
{ true, 'h', "heredoc", "labels for here document", \
.referenceOnly = false, ATTACH_ROLES (HEREDOC_ROLES) }

static kindDefinition ShKinds [] = {
Expand Down

0 comments on commit 3bd62a1

Please sign in to comment.