vim segment fault when i upgrade to macOS Mojave 103_PollServerReady

系统升级到 macOS Mojave, vim插件YouCompleteMe出错.

Vim: Caught deadly signal SEGV
Error detected while processing function <SNR>103_PollServerReady[7]..<SNR>103_Pyeval:Vim: Finished.

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

解决方法:

brew install vim --with-lua --with-override-system-vi
原文地址:https://www.cnblogs.com/abeen/p/9909243.html