updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / vim-clang-complete-git / set_default_library_path.patch
blobf012fc7da11868a3643a2a8137d6ff47f2f80985
1 --- clang_complete/plugin/clang_complete.vim 2011-12-14 20:56:54.000000000 +0100
2 +++ clang_complete/plugin/clang_complete.vim_new 2011-12-14 20:57:18.000000000 +0100
3 @@ -54,6 +54,10 @@
4 let g:clang_user_options = ''
5 endif
7 + if !exists('g:clang_library_path')
8 + let g:clang_library_path = '/usr/lib/llvm'
9 + endif
11 " Only use libclang if the user clearly show intent to do so for now
12 if !exists('g:clang_use_library')
13 let g:clang_use_library = (has('python') && exists('g:clang_library_path'))