diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 1998112..3429871 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -358,7 +358,7 @@ Jump To Anywhere ~ let g:EasyMotion_re_anywhere = '\v' . \ '(<.|^)' . '|' . \ '(<.|.$)' . '|' . - \ '(\l)\zs(\u)' . '|' . + \ '(\l)\zs(\u)' . '|' < Repeat ~