Package Details: vim-clang-complete-git v1.8.r334.gc7f5673-2

Git Clone URL: https://aur.archlinux.org/vim-clang-complete-git.git (read-only, click to copy)
Package Base: vim-clang-complete-git
Description: Plugin which uses clang for accurately completing C and C++ code. Git version.
Upstream URL: https://github.com/Rip-Rip/clang_complete
Licenses: custom
Conflicts: vim-clang-complete
Submitter: dobo
Maintainer: None
Last Packager: adam900710
Votes: 29
Popularity: 0.000000
First Submitted: 2011-11-15 00:31 (UTC)
Last Updated: 2016-09-19 07:43 (UTC)

Pinned Comments

adam900710 commented on 2019-03-07 12:44 (UTC)

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).

Latest Comments

1 2 Next › Last »

adam900710 commented on 2019-03-07 12:44 (UTC)

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).

adam900710 commented on 2016-09-19 07:45 (UTC)

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.

littleroad commented on 2016-08-10 07:50 (UTC)

Excuse me, this package should contain kinds.py, because libclang.py need import kinds from it.

adam900710 commented on 2016-05-19 08:56 (UTC)

Also, this package doesn't have good install script to update vim helptags. Please add install file to update vim helptags. Thanks.

adam900710 commented on 2016-05-16 07:26 (UTC)

OK, clang 3.8 is just causing warning, not sure if it will really slow down completion.

adam900710 commented on 2016-05-16 02:36 (UTC)

'Clang' from extra repo is now 3.8, and the plugin now needs 'clang35' as dependency.

zopieux commented on 2016-03-14 18:16 (UTC)

This package broke the latest vim release 7.4.1529-1: going into C syntax does fubar to vim/the terminal.

dobo commented on 2014-12-08 17:00 (UTC)

There's open ticket for Python 3 support in mainstream. https://github.com/Rip-Rip/clang_complete/issues/430

adam900710 commented on 2014-11-27 07:19 (UTC)

Now arch official repo split vim and vim-python3, so how about to support vim-python3 or clang-completion will only support python2?