Fixed auto-complete for values returned by 'core' functions (ref #256).

This commit is contained in:
Paul Kulchenko
2013-12-31 14:59:36 -08:00
parent 87fa5d1302
commit 3fe98ed092

View File

@@ -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