Skip to content

Instantly share code, notes, and snippets.

@matthewepler
Created August 28, 2020 16:00
Show Gist options
  • Save matthewepler/234b18bdb1f1d160c079cee00d938646 to your computer and use it in GitHub Desktop.
Save matthewepler/234b18bdb1f1d160c079cee00d938646 to your computer and use it in GitHub Desktop.
**:messages**
Messages maintainer: Bram Moolenaar <Bram@vim.org>
Traceback (most recent call last):
File "<string>", line 27, in <module>
File "/Users/user19943211/.vim/bundle/youcompleteme/python/ycm/base.py", line 18, in <module>
from ycm import vimsupport
File "/Users/user19943211/.vim/bundle/youcompleteme/python/ycm/vimsupport.py", line 23, in <module>
from ycmd.utils import ( ByteOffsetToCodepointOffset,
File "/Users/user19943211/.vim/bundle/youcompleteme/third_party/ycmd/ycmd/utils.py", line 58, in <module>
CORE_MISSING_ERROR_REGEX = re.compile( "No module named '?ycm_core'?" )
AttributeError: module 'regex' has no attribute 'compile'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment