Open Cemenyave opened 10 years ago
You mean
let g:agprg="<custom-ag-path-goes-here> --column"
Should be
let g:agprg='<custom-ag-path-goes-here> --column'
?
I think it works either way, but I'll try both before closing or making any changes. Thanks for the bug report! :)
There is an error In "Configuration" section. You should use ' instead of " because vims parser corrupts path, which you specify in "" but keeps untuched specified in ''.
Repoduced 10/10 with gVim on windows 7.
I know, its very minor bug, but anyway.