xref
: /
vim-8.2.3635
/
src
/
testdir
/
testluaplugin
/
lua
/
testluaplugin
/
init.lua
(revision 788fbb47)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
local
hello
=
require
(
'
testluaplugin
/
hello
'
).
hello
2
3
return
{
4
hello
=
hello
5
}
6