view src/testdir/testluaplugin/lua/testluaplugin/init.lua @ 32971:ccfca4f03a2b

Some more missing changes :(
author Christian Brabandt <cb@256bit.org>
date Wed, 23 Aug 2023 19:56:02 +0200
parents 054ba681412d
children
line wrap: on
line source

local hello = require('testluaplugin/hello').hello

return {
    hello = hello
}