branch: externals/company
commit 805637cec9726bb6c02ac2386796227db3d27cf7
Author: condy <condy0...@gmail.com>
Commit: condy <condy0...@gmail.com>

    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.")

Reply via email to