Open xinranli1993 opened 5 years ago
From the error output, this doesn't look like clang_complete issue to me. Does the following throw the same error? $ python3.7 -c "import codecs"
I know this was a long time ago, but I'm having the same issue. Running $ python3 -c "import codecs" does not throw an error.
I found that my vim will crash when opening file with .c or .cc appendix. Tracking down the issue to clang_complete, but it might also because of my configuration of python? Looking forward to your help, thanks! My clang_complete config:
python version 3.7 vim version 8.1.542 clang_complete installed with pack
Debuging message from vim:
Thanks again!