Skip to content

Commit

Permalink
Change if block to correct ending
Browse files Browse the repository at this point in the history
  • Loading branch information
brookst authored and tpope committed Jul 22, 2013
1 parent 00b0916 commit 124550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/fugitive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function! s:repo_bare() dict abort
return 0
else
return self.configured_tree() ==# ''
endtry
endif
endfunction

function! s:repo_translate(spec) dict abort
Expand Down

0 comments on commit 124550c

Please sign in to comment.