neovim/runtime/lua
Justin M. Keyes bba75eb184 lua/stdlib: Introduce vim.shared
This is where "pure functions" can live, which can be shared by Nvim and
test logic which may not have a running Nvim instance available.

If in the future we use Nvim itself as the Lua engine for tests, then
these functions could be moved directly onto the `vim` Lua module.

closes #6580
2019-05-18 15:48:13 +02:00
..
vim lua/stdlib: Introduce vim.shared 2019-05-18 15:48:13 +02:00
man.lua lint 2018-12-20 11:57:30 +01:00