summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/testnvim/exec_lua.lua
AgeCommit message (Collapse)AuthorFiles
2024-11-21test: move exec_lua logic to separate moduleLewis Russell1
By making it a separate module, the embedded Nvim session can require this module directly instead of setup code sending over the module via RPC. Also make exec_lua wrap _G.print so messages can be seen in the test output immediately as the exec_lua returns.