From 23d49db944011bca3c1b0812fd5f3d354ed33c41 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 19 Sep 2011 13:40:13 +0300 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