mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -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
|
return 0
|
||||||
else
|
else
|
||||||
return self.configured_tree() ==# ''
|
return self.configured_tree() ==# ''
|
||||||
endtry
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:repo_translate(spec) dict abort
|
function! s:repo_translate(spec) dict abort
|
||||||
|
|||||||
Reference in New Issue
Block a user