ClangComplete
commit9c1f06a1de6a4d6d24742317569ac9f682e4f278
authorMaciej Łaszcz <trisiak@gmail.com>
Tue, 13 Nov 2012 01:41:48 +0000 (13 02:41 +0100)
committerMaciej Łaszcz <trisiak@gmail.com>
Tue, 13 Nov 2012 01:41:48 +0000 (13 02:41 +0100)
tree8a9bfca79245edecf719528c460c08feff276393
parentb36d2e00165e39bd882af3afa9ff7a52ac10a0f8
ClangComplete
21 files changed:
TODO [new file with mode: 0644]
bundle/clang_complete/.VimballRecord [deleted file]
bundle/clang_complete/.gitignore [new file with mode: 0644]
bundle/clang_complete/Makefile [new file with mode: 0644]
bundle/clang_complete/README [new file with mode: 0644]
bundle/clang_complete/autoload/getopts/cache.vim [new file with mode: 0644]
bundle/clang_complete/autoload/getopts/clang.vim [new file with mode: 0644]
bundle/clang_complete/autoload/getopts/gcc.vim [new file with mode: 0644]
bundle/clang_complete/autoload/snippets/clang_complete.vim
bundle/clang_complete/autoload/snippets/ultisnips.vim
bundle/clang_complete/bin/cc_args.py
bundle/clang_complete/doc/clang_complete.txt
bundle/clang_complete/doc/tags [deleted file]
bundle/clang_complete/examples/boost.cpp [new file with mode: 0644]
bundle/clang_complete/plugin/clang/__init__.pyc [deleted file]
bundle/clang_complete/plugin/clang/cindex.py
bundle/clang_complete/plugin/clang/cindex.pyc [deleted file]
bundle/clang_complete/plugin/clang/enumerations.py [new file with mode: 0644]
bundle/clang_complete/plugin/clang_complete.vim
bundle/clang_complete/plugin/libclang.py
plugin/bufkill.vim [deleted file]