]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/ggrep.vim
Move to vim9script
[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 }