Skip to content

fix(repeatable_move): handle *forced-motion* v - #901

Open
illia-shkroba wants to merge 1 commit into
nvim-treesitter:mainfrom
illia-shkroba:fix/repeatable_move-handle-forced-motion
Open

fix(repeatable_move): handle *forced-motion* v#901
illia-shkroba wants to merge 1 commit into
nvim-treesitter:mainfrom
illia-shkroba:fix/repeatable_move-handle-forced-motion

Conversation

@illia-shkroba

Copy link
Copy Markdown
Contributor

this one is for handling forced-motion (:h forced-motion) with ; / , motions
sometimes I do dv; and I expect the ; to be exclusive rather than inclusive
for example, for the text like /var/cache/pacman/pkg:

0f/dv;

should drop the /cache from the text so the remaining text would be /var/pacman/pkg

currently (without this PR change) the result would be /varpacman/pkg for the same sequence

I've added the respective tests as well

please check kindly

@illia-shkroba

Copy link
Copy Markdown
Contributor Author

Hi @kiyoon
could you please take a look in your free time?
(I recall we were working on this module in the past)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant