aboutsummaryrefslogtreecommitdiff
path: root/helpers.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-07 23:23:07 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-07 23:23:07 +0200
commit9f75b0dc9db53d18ef30390c183beedd7d24c07a (patch)
tree2542fbfc429d3cce1b5a6469c073b713ec0df433 /helpers.lua
parent41d4acb7a2b34b3364c1c6a57441b9fc9f3106ab (diff)
downloadvicious-legacy-9f75b0dc9db53d18ef30390c183beedd7d24c07a.tar.xz
Spurious folds removed from helpers.
Diffstat (limited to 'helpers.lua')
-rw-r--r--helpers.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/helpers.lua b/helpers.lua
index 69ab83c..2f5d47d 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -16,7 +16,6 @@ local string = {
module("vicious.helpers")
--- {{{ Helper functions
-- {{{ Format a string with args
function format(format, args)
for var, val in pairs(args) do
@@ -52,4 +51,3 @@ function truncate(text, maxlen)
return text
end
-- }}}
--- }}}