plugin/breadcrumb.lua

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

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

Update markdown; now Lua 5.3 compatible


module("plugin.breadcrumb", package.seeall)

require("path")

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

mercurial