tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Auto-complete for `:CljEval` throws an error #359

Closed christoph-frick closed 5 years ago

christoph-frick commented 5 years ago

When in a fresh project with a working REPL connection, trying to auto-complete on :CljEval fails:

:CljEval (...
Error detected while processing function fireplace#CljEvalComplete[1]..fireplace#EvalComplete[4]..fireplace#omnicomplete:
line   19:
E716: Key not present in Dictionary: message(request, v:t_dict))
E116: Invalid arguments for function s:complete_extract(a:findstart.message(request, v:t_dict))

Just writing the code out by hand and then execute works.

Using current HEAD 7fb3051a8