From 7c536d17614f3de85e087abce207ad4afae59383 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 10 Jul 2017 14:46:04 +0200 Subject: [PATCH] add parameter to ignore first line in search output --- vim/.vim/astroid.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/astroid.vim b/vim/.vim/astroid.vim index a52ee0e..16385f5 100644 --- a/vim/.vim/astroid.vim +++ b/vim/.vim/astroid.vim @@ -19,7 +19,7 @@ execute "call append(line('.')-1, '')" execute "call append(line('.')-1, '')" " Email auto completion for headers -let g:qcc_query_command='khard email --parsable --search-in-source-files' +let g:qcc_query_command='khard email --parsable --remove-first-line --search-in-source-files' setlocal omnifunc=QueryCommandComplete " Functions