t9md / atom-vim-mode-plus

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

`w` no longer stops at empty row #1047

Closed t9md closed 5 years ago

t9md commented 6 years ago

This issue started from Atom-core v1.25.X. v1.24.0 have no such issue.

Affects several motions which internally useeditor.buffer.scanInRange.

t9md commented 6 years ago

Will be fixed when fix atom/atom#16983 goes into stable(or beta) release.

t9md commented 6 years ago

{, }(paragraph motions) was also broken, but can provide workaround to not use editor.buffer.scanInRange.

t9md commented 6 years ago

Will keep open till I re-enable skipped test again.