Commit Graph

4 Commits

Author SHA1 Message Date
YggdrasiI
fccf990d42 Remove local prefix 'l:' from let assignments. 2016-02-09 20:08:00 +01:00
YggdrasiI
d9c33fdd32 Remove option g:EasyMotion_maximal_jumpmarks. 2016-02-09 20:06:23 +01:00
YggdrasiI
8a4f00b3a0 -Update regex in EasyMotion#WBW ('W' and 'B' movement)
-Update regex in EasyMotion#EW ('E' and 'gE' movement)
- Add global option EasyMotion_maximal_jumpmarks.
 It limits the number of jump targets for the motion. If the search
 goes in both directions, they will be handled separately.
 The option was just added to speed up the automated tests in t/compare_movements_spec.vim.
2016-02-08 19:31:57 +01:00
YggdrasiI
37042d3433 - Change EasyMotion#WBK regex. Should now matches the default Vim motions
b/w.
- Add test to compare different motion algorithm. (WIP. Test trigger
  undetectable vim-vspec error)
2016-02-02 10:48:52 +01:00