-
-
-
-
-
-
`: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', [...])`.
…
-
-
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…
-
Message: Interface/AddOns/AnnounceRare/AnnounceRare.lua line 755:
attempt to call upvalue 'IsAddOnLoaded' (a nil value)
Debug:
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[s…
-
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…