index
:
vim
debian
progress-linux
upstream
debian 12: vim
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
testdir
/
testluaplugin
/
lua
/
testluaplugin
/
hello.lua
blob: 7c9055249b7dddfeac7360d4e14166371b5267d1 (
plain
)
1
2
3
4
5
6
7
local
function
hello
()
return
"hello from lua"
end
return
{
hello
=
hello
}