roxma / clang_complete

DEPRECATED use https://github.com/roxma/ncm2-pyclang instead
9 stars 3 forks source link

Throws error when opening cpp file #8

Closed partounian closed 7 years ago

partounian commented 7 years ago
Error detected while processing function ClangCompleteInit[4]..<SNR>28_initClangCompletePython[7]..<SNR>28_pyxcall[10]..provider#python#Call:
line   18:
error caught in request handler 'python_eval ('json.dumps(clangWrapper.init())',)':
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/neovim/plugin/script_host.py", line 150, in python_eval
    return eval(expr, self.module.__dict__)
  File "<string>", line 1, in <module>
  File "/Users/patrick/.config/nvim/plugged/clang_complete/pythonx/libclang.py", line 75, in init
    exception_msg)
NameError: global name 'exception_msg' is not defined