You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: