You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using let g:clang_snippets=1 in my vimrc, I get the following error when opening a c file:
Error detected while processing function <SNR>14_ClangCompleteInit:
line 150:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/[user]/.vim/plugin/snippets/clang_complete.py", line 6, in snippetsInit
vim.command("noremap <silent> <buffer> <tab> :{} updateSnips()<CR>".format(python_cmd))
ValueError: zero length field name in format
Press ENTER or type command to continue
Using
let g:clang_snippets=1
in my vimrc, I get the following error when opening a c file:Output of
:version
:The text was updated successfully, but these errors were encountered: