From 9228b615de0e4c6c44702480360569c4129f550c Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg@phi-gamma.net>
Date: Sun, 31 Mar 2013 19:42:38 +0200
Subject: descend into vboxes; update manual

---
 tex/context/third/enigma/enigma.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tex/context')

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
-- 
cgit v1.2.3