diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 02:33:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 02:33:17 +0800 |
commit | af4e3094bd5592d2e9d6a769ef1d7a1660b3e48e (patch) | |
tree | 2ba0f8c655818ca144354e207a70c5e1589b4a64 /script/core/hover/table.lua | |
parent | 52847c66b6cdf310176056617806867eae23571e (diff) | |
download | lua-language-server-af4e3094bd5592d2e9d6a769ef1d7a1660b3e48e.zip |
update
Diffstat (limited to 'script/core/hover/table.lua')
-rw-r--r-- | script/core/hover/table.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/hover/table.lua b/script/core/hover/table.lua index 8f9beefe..31036edd 100644 --- a/script/core/hover/table.lua +++ b/script/core/hover/table.lua @@ -165,7 +165,7 @@ return function (source) for view in infer.getInfer(source):eachView() do if view == 'string' - or vm.isSubType(view, 'string') then + or vm.isSubType(uri, view, 'string') then return nil end end |