From ed4ed24fd31e71d5120d06cd0b45b6a922ba153a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 31 Mar 2011 09:27:28 +0200 Subject: [PATCH] Add missing fold markers --- plugin/EasyMotion.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/EasyMotion.vim b/plugin/EasyMotion.vim index ec76bc9..067e2d8 100644 --- a/plugin/EasyMotion.vim +++ b/plugin/EasyMotion.vim @@ -170,7 +170,7 @@ return nr2char(char) endfunction " }}} - function! s:GetSearchChar(visualmode) + function! s:GetSearchChar(visualmode) " {{{ call s:Prompt('Search for character') let char = s:GetChar() @@ -186,7 +186,7 @@ endif return char - endfunction + endfunction " }}} " }}} " Core functions {{{ function! s:PromptUser(groups) "{{{