diff options
Diffstat (limited to '')
| -rw-r--r-- | py/complete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/complete.py b/py/complete.py index 7f78661..cdf8da9 100644 --- a/py/complete.py +++ b/py/complete.py @@ -6,7 +6,7 @@ vim.command(f"py3file {plugin_root}/py/utils.py") engine = vim.eval("engine") options = make_options() -request_options = make_request_options() +request_options = make_request_options(options) prompt = vim.eval("prompt").strip() |