Fixed auto-complete for values returned by 'core' functions (ref #256).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user