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

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

[elpa] master 5dab70d 26/31: update regex template to match (InBase) dec


From: Dmitry Gutov
Subject: [elpa] master 5dab70d 26/31: update regex template to match (InBase) declarations
Date: Sun, 14 Apr 2019 22:06:20 -0400 (EDT)

branch: master
commit 5dab70d4c1ecb00a779059f1f0b24012b00e3927
Author: clifford <address@hidden>
Commit: clifford <address@hidden>

    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]