Skip to content

Commit

Permalink
Fixed junk completion is no GTAGS found.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohiro Matsuyama committed Jan 11, 2011
1 parent 72d81f3 commit 4573f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-complete-config.el
Expand Up @@ -90,7 +90,7 @@

(defun ac-gtags-candidate ()
(ignore-errors
(split-string (shell-command-to-string (format "global -ci %s" ac-prefix)) "\n")))
(split-string (shell-command-to-string (format "global -ciq %s" ac-prefix)) "\n")))

(ac-define-source gtags
'((candidates . ac-gtags-candidate)
Expand Down

0 comments on commit 4573f6f

Please sign in to comment.