diff options
Diffstat (limited to 'script/core/definition.lua')
-rw-r--r-- | script/core/definition.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/definition.lua b/script/core/definition.lua index 3ced05a2..27a9e553 100644 --- a/script/core/definition.lua +++ b/script/core/definition.lua @@ -102,7 +102,7 @@ local function convertIndex(source) end return function (uri, offset) - local ast = files.getAst(uri) + local ast = files.getState(uri) if not ast then return nil end |