branch: master commit e5e2c23809e4163795ad499bc048c008f85c22e7 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Make company-clang use cache again --- company-clang.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/company-clang.el b/company-clang.el index 43ecc8e..90a372e 100644 --- a/company-clang.el +++ b/company-clang.el @@ -343,9 +343,7 @@ passed via standard input." (if (string-match "\\`:[^:]" anno) (company-template-objc-templatify anno) (company-template-c-like-templatify - (concat arg anno)))))) - ;; FIXME: Remove, this is just for testing. - (no-cache t))) + (concat arg anno)))))))) (provide 'company-clang) ;;; company-clang.el ends here