1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/test/lua/spacevim.vader

7 lines
159 B
Plaintext
Raw Normal View History

2020-12-20 20:22:11 +08:00
Execute ( lua module spacevim ):
let g:test_lua = 'abc'
2021-02-21 15:56:37 +08:00
if has('nvim')
" AssertEqual luaeval('require("spacevim").eval("g:test_lua")'), 'abc'
endif
2020-12-20 20:22:11 +08:00