emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 805637c 24/46: company-cmake: property completi


From: Dmitry Gutov
Subject: [elpa] externals/company 805637c 24/46: company-cmake: property completion candidates
Date: Wed, 30 Dec 2020 18:33:07 -0500 (EST)

branch: externals/company
commit 805637cec9726bb6c02ac2386796227db3d27cf7
Author: condy <condy0919@gmail.com>
Commit: condy <condy0919@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

[Prev in Thread] Current Thread [Next in Thread]