From: Philippe Huerlimann Date: Wed, 20 Jun 2012 17:19:37 +0000 (+0200) Subject: Made clang_complete open quickfix window on errer X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=5e8081d3e5e96f52007ad9b670ce17c9ea17aa43;p=vimfiles.git Made clang_complete open quickfix window on errer --- diff --git a/ftplugin/c.vim b/ftplugin/c.vim index dc69016..26f3d01 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim @@ -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 +