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