I am trying to add ignore list to plugin in vimrc: `let g:ag.prg="ag --vimgrep -p [myfile]` But get error on vim start: `E121: Undefined variable: g:ag` vim 8.1.22 when I run this command from : it works
I am trying to add ignore list to plugin in vimrc:
let g:ag.prg="ag --vimgrep -p [myfile]But get error on vim start:
E121: Undefined variable: g:agvim 8.1.22
when I run this command from : it works