t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 112 forks source link

Occurrence modifier does not work since 1.3.0 #861

Closed clamydo closed 7 years ago

clamydo commented 7 years ago

Issue

The occcurence modifier does not spawn multiple cursors anymore.

Example

This is 1st paragraph .
2nd line also include t|ext text text.
3rd line include text text text

Pressing c o => all instances of text are underlined with dashes i w => only instance with cursor inside is changed, the rest untouched

Checklist

t9md commented 7 years ago

Not sure what you want to do. i w is useless when combined with occurrence. Try c o p, c o j. In my environment occurrence works without problem in v1.3.0 and test spec also passes without any issue.

clamydo commented 7 years ago

Sorry, my bad. Makes sense of course, that a scope/movement is required.