mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Change if block to correct ending
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user