Vampify v0.4.0

This commit is contained in:
2026-08-30 15:37:26 +02:00
parent ad50ebe636
commit d3ad691770
14 changed files with 271 additions and 41 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
VampifyConst = {}
local C = VampifyConst
C.VERSION = "0.3.0"
C.VERSION = "0.4.0"
-- Empty a list buffer for reuse. THE table.setn IS THE POINT: in Lua 5.0 table.insert maintains an
-- `n` field, and nil-ing the indices by hand does not reset it -- so the next round of inserts