summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 21:23:01 +0100
committerWuzzy <almikes@aol.com>2016-12-12 21:23:01 +0100
commite7879bef7d9126ab0a5c91d0e6bd5bcd40e3b490 (patch)
treeeb9f4400bd59ee3d7c50a2a93222daa7f0aafa9f
parent01d19237405c9439ec702e431e66c2627f255195 (diff)
Try to add hidden support to hand
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8ab8379..95bfec3 100644
--- a/init.lua
+++ b/init.lua
@@ -990,7 +990,7 @@ local function gather_descs()
im = def._doc_items_image
end
local hidden
- if id == "air" then hidden = false end
+ if id == "air" or id == "" then hidden = false end
if type(def._doc_items_hidden) == "boolean" then
hidden = def._doc_items_hidden
end