SidOfc/mkdx

time stamp gets recognized as ordered list

hellocode808 opened this issue · 2 comments

To reproduce:

45:02 timestamp
02:02 timestamp 2

when you now put the cursor on |45:02 timestamp and press enter in insert mode, the result is

1.:02 timestamp
2.:02 timestamp 2

expected behaviour: it shouldn't change the time codes.

Also noticed that undo command is not available from here.

SidOfc commented

Hello there, I just merged a commit which fixes this. Let me know if the issue still persists.

Cheers for the report.

Great, thank you. Works perfectly now.