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

First Result Opens In Current Window #147

Closed leesio closed 6 years ago

leesio commented 8 years ago

Hey Guys, Had a scan of the existing issues and couldn't see this listed, apologies if it's already been mentioned/is expected behaviour.

When I run a search with :Ag something the first result is automatically opened in the current window. Is this the expected behaviour? I seem to remember this not being the case previously. 🤔

EDIT: Just noticed the repo has been deprecated 🙁

phsantiago commented 7 years ago

Same to me.

leesio commented 6 years ago

@phsantiago I migrated over to https://github.com/mileszs/ack.vim using ag. It seems to work perfectly and the readme explains how to avoid the problem I describe in this issue.

Since this repo is deprecated and I consider using ack.vim a perfectly acceptable solution, I'm going to close this issue.