if exists("g:loaded_mein_ggrep") | finish | endif let g:loaded_mein_ggrep = 1 function! s:Vmg(pattern) silent execute 'Ggrep "' . a:pattern . '"' copen redraw! let g:pylint_disable=1 endfunction command! -nargs=* -complete=file Vmg call s:Vmg()