From 124550cfee33a1bb9a227e78ccc709317a89dae9 Mon Sep 17 00:00:00 2001 From: Tim Brooks Date: Mon, 22 Jul 2013 02:52:08 +0100 Subject: [PATCH] Change if block to correct ending --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index b6cb967..4a24b5d 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -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