We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a29eb9 commit 7141f3bCopy full SHA for 7141f3b
puppet-ts-mode.el
@@ -6,7 +6,7 @@
6
;; Maintainer: Stefan Möding <stm@kill-9.net>
7
;; Version: 0.1.0
8
;; Created: <2024-03-02 13:05:03 stm>
9
-;; Updated: <2024-11-13 18:24:58 stm>
+;; Updated: <2024-11-14 07:35:13 stm>
10
;; URL: https://github.com/smoeding/puppet-ts-mode
11
;; Keywords: languages
12
;; Package-Requires: ((emacs "29.1"))
@@ -1006,7 +1006,8 @@ when `puppet-ts-mode' is enabled."
1006
end
1007
(completion-table-dynamic
1008
(lambda (_)
1009
- (append vars puppet-ts-completion-variables))))))
+ (seq-uniq
1010
+ (append vars puppet-ts-completion-variables)))))))
1011
((consp bounds)
1012
;; The symbol at point does not start with a "$" so we complete
1013
;; using the list of resource types.
0 commit comments