mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Fix incorrect variable name
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
(require 'gdscript-syntax)
|
||||
|
||||
(defvar-local gdscript--completion-keywords (append gdscript-keywords gdscript-built-in-classes gdscript-built-in-constants gdscript-built-in-functions gdscript-built-in-types))
|
||||
(defvar-local gdscript-completion--all-keywords (append gdscript-keywords gdscript-built-in-classes gdscript-built-in-constants gdscript-built-in-functions gdscript-built-in-types))
|
||||
|
||||
(defun gdscript-completion-at-point ()
|
||||
"This is the function to be used for the hook `completion-at-point-functions'."
|
||||
|
||||
Reference in New Issue
Block a user