easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

easymotion-bd-t and easymotion-bd-tl don't work as intended #371

Open alienbogart opened 6 years ago

alienbogart commented 6 years ago

1. environment

2. problem

According to the documentation, these commands should work similarly to the t command: move the cursor until 1 character before or 1 character after the target. But right now bd-t actually moves the cursor to position of the actual character.

3. Examples

3.1. With nmap t <Plug>(easymotion-bd-tl):

01_bd-tl

After I hit f: 02_bd-tl

3.2. With nmap t <Plug>(easymotion-bd-t):

03_bd-t

After I hit A: 04_bd-t