From: Philippe Huerlimann Date: Fri, 15 Jun 2012 21:40:34 +0000 (+0200) Subject: added c.vim and configured clang_complete to use libclang.so and not the executable X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=37a67c404d4cc883ce7781b26beae231e85e7239;p=vimfiles.git added c.vim and configured clang_complete to use libclang.so and not the executable --- diff --git a/ftplugin/c.vim b/ftplugin/c.vim new file mode 100644 index 0000000..dc69016 --- /dev/null +++ b/ftplugin/c.vim @@ -0,0 +1,3 @@ +" Make sure that clang_complete uses the clang library +" and not the executable +let g:clang_library_path="/usr/lib/llvm"