cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
996 stars 46 forks source link

Typing quotes in replace mode does not overwrite #46

Closed thirtythreeforty closed 8 years ago

thirtythreeforty commented 8 years ago

If I have this document:

|This is a document.

and have the cursor (|) at the beginning, entering replace mode and typing " causes the single character to be inserted:

"|This is a document.

I would expect lexima.vim to be disabled in replace mode. Is this behavior by design?

cohama commented 8 years ago

This is not intended. This is a bug. It should be disabled in replace mode.

thirtythreeforty commented 8 years ago

Awesome, thanks!