easymotion / vim-easymotion

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

Periods are not considered words. #380

Open thedracle opened 6 years ago

thedracle commented 6 years ago

When using easymotion word navigation (easymotion-bd-w) and (easymotion-overwin-w) periods are not considered words.

For instance:

Some sentence . some other stuff .

Every word in the above sentence can be navigated to, except the periods.

When using just plain 'w' for word navigation, it will treat period as a word, and after skipping 'sentence' land on the '.'

Is this intentional, or customizable somehow?