inkdropapp / inkdrop-vim

Provides Vim modal control for Inkdrop, blending the best of Vim and Inkdrop
https://www.inkdrop.app/
MIT License
101 stars 9 forks source link

bug : "cw" delete a line on cursor #3

Closed ShoMasegi closed 6 years ago

ShoMasegi commented 6 years ago

Environment

version - 0.3.1

Bug

Expected Result : delete the characters of the word from the cursor, and enter insert-mode.

Actual Result : delete the line on cursor, and enter insert-mode.

Please fix it. :bow:

craftzdog commented 6 years ago

Got it, I will look into it. Thank you for the report!

craftzdog commented 6 years ago

I believe v0.3.2 should fix this problem. Thanks.