diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index d431d70..30af4f6 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1,7 +1,7 @@ " fugitive.vim - A Git wrapper so awesome, it should be illegal " Maintainer: Tim Pope -if (exists("g:loaded_fugitive") && g:loaded_fugitive) || &cp +if exists('g:loaded_fugitive') || &cp finish endif let g:loaded_fugitive = 1