I'm reporting this here but maybe it's a vim-fugitive issue.
It seems that the usage of the current_compiler variable:
autoload/fugitive.vim:2630: let b:current_compiler = 'git'
conflict with Eclim, even in the current file is not part of an Eclim project.
:Gpush produce the following error:
:!make 2>&1| tee /tmp/nvimeJyth1/15
make: *** No targets specified and no makefile found. Stop.
Error detected while processing function <SNR>166_Dispatch[10]..eclim#util#Make[35]..eclim#util#MakeWithCompiler:
line 45:
E666: compiler not supported: git
I'm reporting this here but maybe it's a vim-fugitive issue.
It seems that the usage of the current_compiler variable:
conflict with Eclim, even in the current file is not part of an Eclim project.
:Gpush produce the following error: