artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
974 stars 83 forks source link

Java still running on background #354

Closed mai1015 closed 5 years ago

mai1015 commented 6 years ago

Actual behavior (Required!)

Opening java file, autocomplete does not work. It does not work when I try to run the JCserverStart. Then, I use auto import then the server started. Autocomplete works. However, when I exit vim, Java still running at background, I ran multiple times vim, and I got multiple java server running. It took all my memory.

Expected behavior (Required!)

Opening java file, autocomplete should work. Java server should exit when vim exit.

Environment (Required!)

Q&A

artur-shaik commented 6 years ago

Can you post log content?

wsdjeg commented 6 years ago

@artur-shaik Just a Tips. some plugin use no-nested autocmd to quit windows, for example nerdtree/ vimfiler. This will cause VimLeavePro will not be triggered. I think this is why the progress is still running.

same issue as https://github.com/SpaceVim/SpaceVim/issues/1341

@mai1015 Please post your mini vimrc, I will test it.

artur-shaik commented 6 years ago

@wsdjeg can you reproduce it? For example with nerdtree.

artur-shaik commented 5 years ago

Reopen if still relevant