8 lines
91 B
Lua
8 lines
91 B
Lua
|
|
if true then
|
||
|
|
return {}
|
||
|
|
else
|
||
|
|
return {
|
||
|
|
'https://github.com/mbbill/undotree',
|
||
|
|
}
|
||
|
|
end
|