Skip to content

Commit

Permalink
fix issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Yggdroot committed Mar 30, 2017
1 parent 49e5416 commit 7f765c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/leaderf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ endfunction
call s:InitVar('g:Lf_ShortcutF', '<Leader>f')
call s:InitVar('g:Lf_ShortcutB', '<Leader>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)
Expand Down

0 comments on commit 7f765c6

Please sign in to comment.