ervandew / eclim

Expose eclipse features inside of vim.
http://eclim.org
GNU General Public License v3.0
1.04k stars 127 forks source link

vim-fugitive :Gpush conflict with Eclim #597

Open AlexandreRio opened 6 years ago

AlexandreRio commented 6 years ago

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
tmagrino commented 6 years ago

I'm experiencing a similar problem with these two plugins.