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

Pressing 'e' over a search result opens the Tagbar split #136

Open manasthakur opened 8 years ago

manasthakur commented 8 years ago

When I press 'enter' or 'o' over a search result, it opens fine. But if I press 'e' (so that the ag quickfix window is automatically closed), it points to the Tagbar split (if open) instead of the correct location in the file. If I use 'Ctrl-W' to switch the vim split, then it points to the correct location. Any ideas?

manasthakur commented 8 years ago

UPDATE: This issue is not there with ack.vim.