-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Using the latest version from the repo with default config
Here are some movements which should be fixed to make them consistent with vim behavior.
-
dwwrong cursor position
setup: buffercorrect horse battery staplewith cursor onrofhorse.
press:dw
result: buffercorrect hobattery staplewith cursor oneofbattery
expected: same buffer but cursor onbof battery
(similar problem appears if the cursor is initially at the beginning of the word) -
cwwrong buffer and cursor position
setup: buffercorrect horse battery staplewith cursor onrofhorse.
press:cw
result: buffercorrect hobattery staplewith cursor onb
expected: buffercorrect ho battery staplewith cursor on space betweenhoandbattery
(similar problem appears if the cursor is initially at the beginning of the word)