From 3c303018bb0d619676a1578b7a3a52571e9e14ad Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 15 Dec 2017 15:30:05 -0800 Subject: Tweaks. --- nomsu.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index 12a9f5d..6ea1d79 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -353,8 +353,9 @@ do scope = nil end if after == nil then - after = 0 + after = nil end + after = after or (self.core_defs or 0) scope = scope or self.defs local defs_by_num = { } for stub, def in pairs(scope) do -- cgit v1.2.3