cl-neovim icon indicating copy to clipboard operation
cl-neovim copied to clipboard

Implement lispeval function for Vimscript

Open HiPhish opened this issue 5 years ago • 0 comments

The Lispeval function allows calling Lisp code from Vimscript, similarly to pyeval and luaeval. The function argument is a string of Lisp code, which is the evaluated and the result is returned. This can be useful for example when writing health checks, which have to be written in Vimscript.

HiPhish avatar Dec 19 '18 11:12 HiPhish