rking / ag.vim

Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
1.74k stars 131 forks source link

Tell Ag to wait before opening buffers. #144

Open kjell opened 8 years ago

kjell commented 8 years ago

let g:ag_default_open_style = 'noreplace' makes Ag!s behavior the default.

Fixes #119