From 1f8413fb30d6c429d283c20f232c0ed73e12a542 Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Sat, 27 Feb 2010 11:45:47 +0100 Subject: [PATCH] Observe case in clang completions. --- company-clang.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company-clang.el b/company-clang.el index 5aaaa1d27..f4725c70e 100644 --- a/company-clang.el +++ b/company-clang.el @@ -101,6 +101,7 @@ Prefix files (-include ...) can be selected with (goto-char (point-min)) (let ((pattern (format company-clang--completion-pattern (regexp-quote prefix))) + (case-fold-search nil) lines match) (while (re-search-forward pattern nil t) (setq match (match-string-no-properties 1)) -- 2.39.2