mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build(lint): check scripts/*.lua
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
|
||||
local nvim = vim.api
|
||||
|
||||
local function pprint(o)
|
||||
print(nvim.nvim_call_function('string', { o }))
|
||||
end
|
||||
|
||||
local function systemlist(...)
|
||||
local rv = nvim.nvim_call_function('systemlist', ...)
|
||||
local err = nvim.nvim_get_vvar('shell_error')
|
||||
|
||||
Reference in New Issue
Block a user