Closed jcelliott closed 11 years ago
How do you go to the first character? could you give the sequence of keys you actually press?
Forgot to reply to this. It happens no matter what sequence of keys I press to get to the beginning (h
many times, 0i
, I
). I tested with all my other plugins disabled with the same results. If the text is indented it still happens, but only if the cursor is at the beginning of the line. An actual sequence of keys would be: i{"test":5}[home]"
where [home] means pressing the home key.
I can reproduce it. I'll se into into it.
Thanks!
Great plugin all around. However I've run into a problem:
inserting
'
or"
before a matched pair duplicates the text that follows it. For example: type{"test":5}
then go to the first character and type (insert mode)"
result:"{"test":5}"{"test":5}