summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
Diffstat (limited to 'script/core')
-rw-r--r--script/core/hover/description.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/core/hover/description.lua b/script/core/hover/description.lua
index 7d89ee6c..9f927531 100644
--- a/script/core/hover/description.lua
+++ b/script/core/hover/description.lua
@@ -82,8 +82,6 @@ local function getBindComment(docGroup, base)
for _, doc in ipairs(docGroup) do
if doc.type == 'doc.comment' then
lines[#lines+1] = doc.comment.text:sub(2)
- elseif #lines > 0 and not base then
- break
elseif doc == base then
break
else