From 5e8081d3e5e96f52007ad9b670ce17c9ea17aa43 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Wed, 20 Jun 2012 19:19:37 +0200 Subject: [PATCH] Made clang_complete open quickfix window on errer --- ftplugin/c.vim | 3 +++ 1 file changed, 3 insertions(+) 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 + -- 2.51.2