This release has been long overdue.
Changes
- Rewrite of Easymotion (with new features!)
- n-character move with
<leader><leader>/<character>... - 2-character move with
<leader><leader>2s<character><character> - Jump immediately if there's only one candidate to jump to.
- Added tests for Easymotion code!
Thanks to @MaxfieldWalker. Awesome job!
- n-character move with
- Added
:onlyEx command. Thanks @LeonB - Added support for
<count>$. Thanks @tagniam - Fixed action repetition with
<C-]>. Thanks @tagniam. - Made all tests pass on Windows. Thanks @philipmat
- Added support for
gdefaultwith:s//replacement. Thanks @philipmat - Fixed
zO. Thanks @vincentbel - Added new setting for whether double clicking in insert mode will go into visual mode. @Chillee
- Fixed
.repeat in certain cases. @Chillee
One more thing. I apologize for less work being done on the main repo. Much of my effort recently has gone into the neovim version of this extension (still in development).