terryma/vim-multiple-cursors

Debug left on inside master.

knyhle opened this issue · 1 comments

I map jk as my ESC sequence. Pressing j to exit insert mode these statements keep popping up. I think they're debug statements that were left inside the release? Deleting or commenting out would be appreciated since I don't want to keep doing that every update.

echom "DBG: sleep insert"

out

@kennyle1412 , that is a debug message indeed, and was left there unintentionally.
It has been fixed in e1b7471 thanks for the feedback :)