-
`:python3 vim.funcs.luaeval(...)` calls `vim.call("luaeval", ...)`, which then calls `nvim_call_function('luaeval', [...])` **via RPC**, i.e. `vim.request('nvim_call_function', 'luaeval', [...])`.
…
-
-
##### Issue type
- Feature request
##### Summary
This would be helpful for when a small list needs to be added to a larger list. This _is_ currently possible, but isn't very straightforward …
-
Filing a bug report since I'm not entirely sure how to handle this.
There's a fast and a slow swimming speed. The latter is merely ½ the former. Ideally I'd like to be able to manipulate both. Which …
ghost updated
8 years ago
-
```
It seems the Lua API currently does not expose the retreat time, at least I was
not able to find anything about it in the wiki.
So I request to extend the Lua API so that Lua scripts can query t…
-
-
Hi, I like your plugin a lot - it's exactly what I need at certain moments) But it doesn't work well when buffer contains UTF-8 symbols with 2 or more chars (emojis, cyrillics etc.). I made some chang…
-
-
-
A very popular, and still growing, fork of Lua is [Luau.](https://github.com/luau-lang/luau) It's the Lua distribution created by/used in Roblox, along with being adopted by Alan Wake 2 and some other…