From d82a5bb34a1afcf7b69e9338603721e6ac6a421d Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Mon, 2 Jul 2018 13:01:00 +0200 Subject: [PATCH] Vim grep c-files --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index db3b55e..94089b2 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -80,7 +80,7 @@ if executable('vim-iarbuild.cmd') endif if executable('ag') - set grepprg=ag\ --vimgrep\ --skip-vcs-ignores\ --path-to-ignore\ ~/.ignore\ --cpp + set grepprg=ag\ --vimgrep\ --skip-vcs-ignores\ --path-to-ignore\ ~/.ignore\ --cpp\ --cc set grepformat^=%f:%l:%c:%m " file:line:coloumn:message endif -- 2.43.0