plugin/breadcrumb.lua

changeset 3
b2df1b3f2c83
child 9
751216807683
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugin/breadcrumb.lua	Sun Sep 13 22:22:47 2009 +0300
@@ -0,0 +1,8 @@
+
+module("plugin.breadcrumb", package.seeall)
+
+require("path")
+
+function trail(env)
+    return "(TODO)"
+end

mercurial