emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 03fa690 27/31: Merge pull request #886 from cburn11/update


From: Dmitry Gutov
Subject: [elpa] master 03fa690 27/31: Merge pull request #886 from cburn11/update-company-clang--completetion-pattern
Date: Sun, 14 Apr 2019 22:06:20 -0400 (EDT)

branch: master
commit 03fa690c95e3da0565a81b343c08caea9fd585e6
Merge: 5569424 5dab70d
Author: Dmitry Gutov <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #886 from 
cburn11/update-company-clang--completetion-pattern
    
    update regex template to match (InBase) declarations
---
 company-clang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-clang.el b/company-clang.el
index 962db1e..885f6e1 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -111,7 +111,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_:]*\\)\\(?:\\(?: (InBase)\\)? : 
\\(.*\\)$\\)?$")
 
 (defconst company-clang--error-buffer-name "*clang-error*")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]