{ vim }

  • 更新 macOS Mojave 后 vim 打不开

    | /
    1
    2
    3
    4
    5
    Vim: Caught deadly signal SEGV
    Error detected while processing function youcompleteme#Enable[5]..<SNR>31_SetUpPython:Vim: Finished.

    line 39:
    Exception MemoryError: MemoryError() in <module 'threading' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc'> ignored

    使用vim时报错,从报错信息中可以看出是youcompleteme相关的东西有问题,其实就是Valloric/YouCompleteMe这个插件有问题。
    幸运的是这个问题也有人遇到,并且有人给出了各自的解决方案。