]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/ggrep.vim
26f3d17524fd7f1926f98847c82558f542d0c68a
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
1 vim9script
2
3 command! -nargs=* -complete=file Vmg {
4     silent execute "Ggrep \"" .. <q-args> .. '"'
5     copen
6 }