]> Untitled Git - vimfiles.git/commitdiff
Made clang_complete open quickfix window on errer
authorPhilippe Huerlimann <phihue@gmail.com>
Wed, 20 Jun 2012 17:19:37 +0000 (19:19 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Wed, 20 Jun 2012 17:19:37 +0000 (19:19 +0200)
ftplugin/c.vim

index dc6901607ca2e177c6a69a190c07be9840ec24af..26f3d01c0ff97f8e011453ec5df0fc3e48a20fc0 100644 (file)
@@ -1,3 +1,6 @@
 " Make sure that clang_complete uses the clang library
 " and not the executable
 let g:clang_library_path="/usr/lib/llvm"
+" open quickfix window on error
+let g:clang_complete_copen=1
+