]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove ineffective change from c6e9fbad312fc62876d40032a84a94439a055d05
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 7 Jan 2015 18:26:09 +0000 (21:26 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 7 Jan 2015 18:26:09 +0000 (21:26 +0300)
The strings before " : " should only contain function names.

company-clang.el

index 459056d0b3eb7658e671cab4fc8fe542d7d22d4a..8114b3b5bb0a145239a039dc8fa5d8233a785d08 100644 (file)
@@ -110,7 +110,7 @@ or automatically through a custom `company-clang-prefix-guesser'."
 ;; TODO: Handle Pattern (syntactic hints would be neat).
 ;; Do we ever see OVERLOAD (or OVERRIDE)?
 (defconst company-clang--completion-pattern
-  "^COMPLETION: \\_<\\(%s[a-zA-Z0-9_:<>]*\\)\\(?: : \\(.*\\)$\\)?$")
+  "^COMPLETION: \\_<\\(%s[a-zA-Z0-9_:]*\\)\\(?: : \\(.*\\)$\\)?$")
 
 (defconst company-clang--error-buffer-name "*clang-error*")