takikawa/drracket-vim-tool

When I click on a location I am automatically placed in visual mode.

LeifAndersen opened this issue · 2 comments

If I click on the text window to change my cursor location, I am automatically placed in visual mode. This is what I want if I have started selecting text with my mouse, but not if I have only placed the cursor.

Ah you're right, gvim actually only goes into visual mode on drag too. Should be an easy fix though.

Fixed by 9ab37b8