plugin/breadcrumb.lua

Tue, 16 Jan 2018 17:02:29 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Tue, 16 Jan 2018 17:02:29 +0000
changeset 9
751216807683
parent 3
b2df1b3f2c83
child 26
77cd7b8fb6a6
permissions
-rwxr-xr-x

Further lua5.3 compatibility fixes


--@module plugin.breadcrumb

local plugin_breadcrumb={}

local path=require("path")

function plugin_breadcrumb.trail(env)
    return "(TODO)"
end

return plugin_breadcrumb

mercurial