From 0db4b524a2206b4b5d9498bfd10d00638541e30a Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 19 Sep 2011 12:37:00 +0200 Subject: beta 2011.09.19 12:37 --- scripts/context/lua/mtx-scite.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/context/lua/mtx-scite.lua b/scripts/context/lua/mtx-scite.lua index c969f209e..116555e79 100644 --- a/scripts/context/lua/mtx-scite.lua +++ b/scripts/context/lua/mtx-scite.lua @@ -180,7 +180,9 @@ scripts.scite = scripts.scite or { } local function splitwords(words) local w = { } for s in string.gmatch(words,"[a-zA-Z\127-255]+") do - w[lower(s)] = s + if #s > 2 then -- will become option + w[lower(s)] = s + end end return w end -- cgit v1.2.3