Merge pull request #266 from modal/master

Correct minor misspelling ovrewin should be overwin
This commit is contained in:
haya14busa 2016-01-22 09:06:51 +09:00
commit d00540912c

View File

@ -297,9 +297,9 @@ supports bi-directional motions.
xmap <Leader>w <Plug>(easymotion-bd-w) xmap <Leader>w <Plug>(easymotion-bd-w)
omap <Leader>w <Plug>(easymotion-bd-w) omap <Leader>w <Plug>(easymotion-bd-w)
< <
For ovrewin n-character find motions~ For overwin n-character find motions~
*easymotion-do-not-support-overwin-n-char-motions* *easymotion-do-not-support-overwin-n-char-motions*
Ovrewin n-character find motions is equivalent to Overwin n-character find motions is equivalent to
*<Plug>(easymotion-overwin-sn)* (doesn't exist. It's like *<Plug>(easymotion-overwin-sn)* (doesn't exist. It's like
|<Plug>(easymotion-sn)| but supports moving cursor to other |<Plug>(easymotion-sn)| but supports moving cursor to other
window). window).