From cb1b0190c14f761c56acc696bacc8091d393e6fd Mon Sep 17 00:00:00 2001 From: kristian Date: Sun, 3 Sep 2023 14:23:31 +0200 Subject: [PATCH] Fix syntax error in example in documentation. --- doc/easymotion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~