-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
completor.vim freeze when complete c code #70
Comments
I have the same problem with the same environment. |
I have the same problem on Linux. Only experienced it with C code. |
I also does it in C++ in my case |
@tomleb I can reproduce this issue on archlinux with C code too. 😢 |
I have same issue, with addition(?) of memory being allocated non-stop. arch linux, vim 8.0. removing "let g:completor_clang_binary = '/usr/bin/clang'" does not fix the problem. |
Bumping, can confirm on vim8. Removing completor.vim from my vimrc and then no more freezes. |
Confirming, gVim 8 on Windows 8.1 x64. Please, do something with it. |
same on me. hope it is fixed soon |
If I'm not mistaken this issue has been fixed by #121 |
Confirmed on windows, this issue was resolved. |
Rencently I start migrating some old plugin with the modern replacement.
Then I found completor.vim, it's very impressive.
But I meet an issue that c completion freeze on windows.
My environment is windows 10 + vim8 + python3.5
When I input some characters and the clang completion was triggered(no competion window showed up), vim will freeze until I press ctrl-c
I tried python completion it works fine.
And I can't reproduce this issue on linux and macos
Did anyone meet the same issue with me?
Thanks
The text was updated successfully, but these errors were encountered: