Skip to content

Commit fcabe3c

Browse files
committed
fix(previewer): only highlight helptags on label
1 parent 3da04a9 commit fcabe3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/previewer/builtin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ function Previewer.help_tags:parse_entry(entry_str)
14281428
end
14291429
end
14301430
end
1431-
return tag
1431+
return ([[*%s*]]):format(tag)
14321432
end)()
14331433
return {
14341434
ctag = ctag,

0 commit comments

Comments
 (0)