I don't know why I didn't think of this for so long.
2SAJWSNK5BCDDW5P6GFU7BCL45LBATQQS3SYP6PBLTN4DCXICVZQC
HHYXYWAF5UYK4IF2KOJGDWO4BVPF7BJX7VXMU2MABH7H3CDUPFDAC
T4C5HT2OQIZQQTGOYNR2EFUQSMAR5UR2NFMERD7SEL7MNAVXX24QC
57OGXVHZ44WNWVKNCMPJT7SAOF4MR4GXJ4ZQKHUFAKLZBB6ERDLAC
KKMFQDR43ZWVCDRHQLWWX3FCWCFA3ZSXYOBRJNPHUQZR2XPKWULAC
BJ5X5O4ACBBJ56LRBBSTCW6IBQP4HAEOOOPNH3SKTA4F66YTOIDAC
Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S')
local t = os.time() Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S', t)
local t = os.time()
Editor_state.file_path = os.date('%Y/%m/%d/%H-%M-%S', t)
table.insert(Editor_state.lines, 1, {data=os.date('%Y-%m-%d %H:%M:%S', t), mode='text'}) Editor_state.cursor1 = {line=2, pos=1}
table.insert(Editor_state.lines, 1, {data=os.date('%Y-%m-%d %H:%M:%S', t), mode='text'})
Editor_state.cursor1 = {line=2, pos=1}
* Open the window, type nothing, close the window. No new file is created.