From 3fe98ed092d6cab2efe3bcceac1ea36bea118673 Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Tue, 31 Dec 2013 14:59:36 -0800 Subject: [PATCH] Fixed auto-complete for values returned by 'core' functions (ref #256). --- spec/lua.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/lua.lua b/spec/lua.lua index cf26685c7f..c94158f449 100644 --- a/spec/lua.lua +++ b/spec/lua.lua @@ -164,7 +164,6 @@ return { and (not typ:match('^'..identifier..'$') -- not an identifier or typ:match('^%d') -- or a number or editor.api.tip.keys[typ] -- or a keyword - or editor.api.tip.staticnames[typ] -- or a static name ) then typ = nil end