






















PKGBUILD updated to include kinds.py and update helptag correctly. New VCS pkgver will make pacman to consider new package older than old 2013XXXXX one. So user may need to manual update the package.
Excuse me, this package should contain kinds.py, because libclang.py need import kinds from it.
Also, this package doesn't have good install script to update vim helptags. Please add install file to update vim helptags. Thanks.
OK, clang 3.8 is just causing warning, not sure if it will really slow down completion.
'Clang' from extra repo is now 3.8, and the plugin now needs 'clang35' as dependency.
This package broke the latest vim release 7.4.1529-1: going into C syntax does fubar to vim/the terminal.
There's open ticket for Python 3 support in mainstream. https://github.com/Rip-Rip/clang_complete/issues/430
Now arch official repo split vim and vim-python3, so how about to support vim-python3 or clang-completion will only support python2?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Just a recommendation for anyone who is interested in this package.
Please refer to vim-lsp-git and use clangd with compile_commands. It provides much better support (from my experience with kernel module developement).