summaryrefslogtreecommitdiff
path: root/script-beta/core/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-05-30 16:57:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-05-30 16:57:20 +0800
commiteca92d19c165c697d50ec83fbce5591a60c2124a (patch)
treec84edc1806496dddbb3d9b8dd46bd50977be853e /script-beta/core/hover
parent7f963936a62ff7a138458c50736fcf106cc2fbe3 (diff)
downloadlua-language-server-eca92d19c165c697d50ec83fbce5591a60c2124a.zip
eachField 加入 library
Diffstat (limited to 'script-beta/core/hover')
-rw-r--r--script-beta/core/hover/table.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/script-beta/core/hover/table.lua b/script-beta/core/hover/table.lua
index d1598f02..fb89c7f9 100644
--- a/script-beta/core/hover/table.lua
+++ b/script-beta/core/hover/table.lua
@@ -4,9 +4,6 @@ local util = require 'utility'
local function getKey(src)
local key = vm.getKeyName(src)
if not key or #key <= 2 then
- if src.library then
- return src.name
- end
if not src.index then
return '[any]'
end