refactor(api): break out Vim script functions to its own file

This commit is contained in:
Björn Linse
2021-10-26 15:10:17 +02:00
parent c3a3e65428
commit a60beeb34f
8 changed files with 748 additions and 715 deletions

View File

@@ -18,7 +18,7 @@ local type_key = api_helpers.type_key
local obj2lua = api_helpers.obj2lua
local func_type = api_helpers.func_type
local api = cimport('./src/nvim/api/private/helpers.h')
local api = cimport('./src/nvim/api/private/helpers.h', './src/nvim/api/private/converter.h')
describe('vim_to_object', function()
local vim_to_object = function(l)