]> code.delx.au - gnu-emacs-elpa/commitdiff
Observe case in clang completions.
authorNikolaj Schumacher <git@nschum.de>
Sat, 27 Feb 2010 10:45:47 +0000 (11:45 +0100)
committerNikolaj Schumacher <git@nschum.de>
Sat, 18 Jun 2011 12:38:31 +0000 (14:38 +0200)
company-clang.el

index 5aaaa1d272c7401e135bf067a220e52c5b183576..f4725c70e73e5a44095841741804760cfb1d1603 100644 (file)
@@ -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))