summaryrefslogtreecommitdiff
path: root/py/complete.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/complete.py')
-rw-r--r--py/complete.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/complete.py b/py/complete.py
index 29eb760..669ef98 100644
--- a/py/complete.py
+++ b/py/complete.py
@@ -2,11 +2,11 @@
plugin_root = vim.eval("s:plugin_root")
vim.command(f"py3file {plugin_root}/py/utils.py")
-engine = vim.eval("engine")
-config_options = vim.eval("options")
+engine = vim.eval("l:engine")
+config_options = vim.eval("l:options")
request_options = make_request_options(config_options)
-prompt = vim.eval("prompt").strip()
+prompt = vim.eval("l:prompt").strip()
def complete_engine(prompt):
request = {