Skip to content

Commit

Permalink
fixed git initializations
Browse files Browse the repository at this point in the history
  • Loading branch information
icebreaker committed Jan 11, 2015
1 parent fcae3c9 commit 5ac2b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/fastopen.vim
Expand Up @@ -26,7 +26,7 @@ else
endif

function! s:initialize()
if !exists("s:initialized")
if exists("s:initialized")
return
endif

Expand All @@ -43,7 +43,7 @@ function! s:initialize()
endif

let g:fastopen_list_cmd = 'git ls-tree -r --full-tree --full-name --name-only HEAD'
let s:fastopen_dir = git_dir
let g:fastopen_dir = git_dir
endfunction

function! fastopen#show(cmd)
Expand Down
Binary file modified screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ac2b8f

Please sign in to comment.