Skip to content

Commit

Permalink
Whitelist for direct-helm-completing types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekmigacz committed Nov 5, 2015
1 parent 0fa3349 commit de2d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-gtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Always update if value of this variable is nil."
(setq prompt (format "%s(default \"%s\") " prompt tagname)))
(let ((completion-ignore-case helm-gtags-ignore-case)
(completing-read-function 'completing-read-default))
(if helm-gtags-direct-helm-completing
(if (and helm-gtags-direct-helm-completing (member type '(tag rtag symbol find-file)))
(helm-comp-read prompt comp-func
:history 'helm-gtags--completing-history
:exec-when-only-one t
Expand Down

0 comments on commit de2d676

Please sign in to comment.