momodalo / vimtouch

vimtouch
Apache License 2.0
351 stars 71 forks source link

Freeze when pasting over Visual Mode-selected line #66

Closed NoahTheDuke closed 6 years ago

NoahTheDuke commented 10 years ago

If I try to 'p'aste any text over a Shift-V selected line, vimtouch effectively freezes. The menu works, but I can't load other files or access preferences. I have to Force Stop the app to regain control.

On the latest version, 2.6r2.

To recreate: Enter 'i'lnsert mode, type something on two different lines, to enter Normal Mode. SHIFT-V to select the entire line, 'y'ank the line, move to the second line, SHIFT-V to select the entire line, 'p'aste the line. The main vimtouch window should be frozen.

Thanks, Noah