]> code.delx.au - gnu-emacs-elpa/blobdiff - company-xcode.el
Bumped version to 0.4.1.
[gnu-emacs-elpa] / company-xcode.el
index d221d79aaa80e20cdd524f3c7775813a566b6299..e2e3be320e0081dbc978c87cab5e9291e98fed50 100644 (file)
@@ -2,7 +2,7 @@
 ;;
 ;; Copyright (C) 2009 Nikolaj Schumacher
 ;;
-;; This file is part of company 0.3.1.
+;; This file is part of company 0.4.1.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License
@@ -100,6 +100,7 @@ valid in most contexts."
   (case command
     ('interactive (company-begin-backend 'company-xcode))
     ('prefix (and company-xcode-xcodeindex-executable
+                  (company-xcode-tags)
                   (not (company-in-string-or-comment))
                   (or (company-grab-symbol) 'stop)))
     ('candidates (let ((completion-ignore-case nil))