branch: externals/company commit d5912821e7798a51e15586cc75818c7c18c21b7d Merge: 0edc87d 805637c Author: Dmitry Gutov <dgu...@yandex.ru> Commit: GitHub <nore...@github.com>
Merge pull request #1009 from condy0919/cmake company-cmake: property completion candidates --- company-cmake.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company-cmake.el b/company-cmake.el index 1bfb20b..5a05c75 100644 --- a/company-cmake.el +++ b/company-cmake.el @@ -40,6 +40,7 @@ (defvar company-cmake-executable-arguments '("--help-command-list" "--help-module-list" + "--help-property-list" "--help-variable-list") "The arguments we pass to cmake, separately. They affect which types of symbols we get completion candidates for.")