Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
f6fc255e8d9c46a0e51e03f16a508833d309dee6
/
.
/
src
/
testdir
/
testluaplugin
/
lua
/
testluaplugin
/
hello.lua
blob: 7c9055249b7dddfeac7360d4e14166371b5267d1 [
file
] [
log
] [
blame
]
local
function
hello
()
return
"hello from lua"
end
return
{
hello
=
hello
}