summaryrefslogtreecommitdiff
path: root/context/data/scite/scite-ctx.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-13 00:00:18 +0300
committerMarius <mariausol@gmail.com>2011-09-13 00:00:18 +0300
commit79f4f6dcc36ebeec36914f7dbcbf35f0f7a8fcae (patch)
tree6a3a868eced8009fe71dc9432faa802ec2d55bcb /context/data/scite/scite-ctx.lua
parent2161e9a15e74493c44c105515a51ca691f0cd93c (diff)
downloadcontext-79f4f6dcc36ebeec36914f7dbcbf35f0f7a8fcae.tar.gz
beta 2011.09.12 22:49
Diffstat (limited to 'context/data/scite/scite-ctx.lua')
-rw-r--r--context/data/scite/scite-ctx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/context/data/scite/scite-ctx.lua b/context/data/scite/scite-ctx.lua
index 8e6b6ebab..fb10ce87d 100644
--- a/context/data/scite/scite-ctx.lua
+++ b/context/data/scite/scite-ctx.lua
@@ -68,7 +68,7 @@
-- generic functions
-props = props or { } -- setmetatable(props,{ __index = function(k,v) props[k] = "unknown" return "unknown" end } )
+props = props or { } setmetatable(props,{ __index = function(k,v) props[k] = "unknown" return "unknown" end } )
local byte, lower, upper, gsub, sub, find, rep, match, gmatch = string.byte, string.lower, string.upper, string.gsub, string.sub, string.find, string.rep, string.match, string.gmatch
local sort, concat = table.sort, table.concat