diff options
| author | Philipp Gesang <phg@phi-gamma.net> | 2013-03-31 19:42:38 +0200 |
|---|---|---|
| committer | Philipp Gesang <phg@phi-gamma.net> | 2013-03-31 19:42:38 +0200 |
| commit | 9228b615de0e4c6c44702480360569c4129f550c (patch) | |
| tree | ce0f43c27bacec38b14eff48709d4ae1cba1a840 /tex/context | |
| parent | fdb1d2c5227996ed081283502269445d328adc7d (diff) | |
| download | enigma-0.1.tar.gz | |
descend into vboxes; update manualv0.1
Diffstat (limited to 'tex/context')
| -rw-r--r-- | tex/context/third/enigma/enigma.lua | 2 |
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 |
