From 7f765c6f91abe894c93693552c56728b97018f06 Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Thu, 30 Mar 2017 23:19:16 +0800 Subject: [PATCH] fix issue #44 --- plugin/leaderf.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/leaderf.vim b/plugin/leaderf.vim index b84786c2..95bc1852 100644 --- a/plugin/leaderf.vim +++ b/plugin/leaderf.vim @@ -79,13 +79,13 @@ endfunction call s:InitVar('g:Lf_ShortcutF', 'f') call s:InitVar('g:Lf_ShortcutB', 'b') call s:InitVar('g:Lf_WindowPosition', 'bottom') -call s:InitVar('g:Lf_WindowHeight', 0.5) +call s:InitVar('g:Lf_WindowHeight', '0.5') call s:InitVar('g:Lf_TabpagePosition', 2) call s:InitVar('g:Lf_ShowRelativePath', 1) call s:InitVar('g:Lf_DefaultMode', 'NameOnly') call s:InitVar('g:Lf_CursorBlink', 1) call s:InitVar('g:Lf_CacheDiretory', $HOME) -call s:InitVar('g:Lf_NeedCacheTime', 1.5) +call s:InitVar('g:Lf_NeedCacheTime', '1.5') call s:InitVar('g:Lf_NumberOfCache', 5) call s:InitVar('g:Lf_UseMemoryCache', 1) call s:InitVar('g:Lf_IndexTimeLimit', 120)