Skip to content

Commit

Permalink
Merge pull request #144 from syohex/tag-in-header
Browse files Browse the repository at this point in the history
Show tag in header
  • Loading branch information
syohex committed Feb 2, 2016
2 parents 48a4d43 + 610778c commit 7df12d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-gtags.el
Expand Up @@ -1020,7 +1020,7 @@ Always update if value of this variable is nil."
(setq helm-gtags--query tagname))
(let ((tagroot (helm-gtags--find-tag-simple)))
(helm-attrset 'helm-gtags-base-directory dir src)
(helm-attrset 'name (concat "GNU Global at " (or dir tagroot)) src)
(helm-attrset 'name (format "%s in %s" tagname (or dir tagroot)) src)
(helm :sources srcs :buffer helm-gtags--buffer
:preselect preselect-regexp))))

Expand Down

0 comments on commit 7df12d1

Please sign in to comment.