SidOfc / mkdx

A vim plugin that adds some nice extra's for working with markdown documents

Home Page:https://www.vim.org/scripts/script.php?script_id=5620

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time stamp gets recognized as ordered list

hellocode808 opened this issue · 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.

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.