Skip to content

Commit 6600953

Browse files
committed
Merge pull request #123 from andyjack/doc-fix
Update README to use ag_prg instead of deprecated agprg
2 parents c478f79 + 1854040 commit 6600953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Vim has various ways of installing plugins, the standard way is in [the document
2727

2828
You can specify a custom ag name and path in your .vimrc like so:
2929

30-
let g:agprg="<custom-ag-path-goes-here> --vimgrep"
30+
let g:ag_prg="<custom-ag-path-goes-here> --vimgrep"
3131

3232
You can configure ag.vim to always start searching from your project root
3333
instead of the cwd

0 commit comments

Comments
 (0)