summaryrefslogtreecommitdiff
path: root/tex/context/third/enigma/enigma.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/third/enigma/enigma.lua')
-rw-r--r--tex/context/third/enigma/enigma.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/third/enigma/enigma.lua b/tex/context/third/enigma/enigma.lua
index 4aacf53..9da4288 100644
--- a/tex/context/third/enigma/enigma.lua
+++ b/tex/context/third/enigma/enigma.lua
@@ -1542,7 +1542,7 @@ local new_callback = function (machine, name)
end
end
noderemove(head, n)
- elseif nid == HLIST_NODE then
+ elseif nid == HLIST_NODE or nid == VLIST_NODE then
if nodelength(n.list) > 0 then
n.list = aux(n.list, recurse + 1)
end