Change if block to correct ending

This commit is contained in:
Tim Brooks 2013-07-22 02:52:08 +01:00 committed by Tim Pope
parent 00b0916ae2
commit 124550cfee

View File

@ -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