mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

Keeps activating new window with first file from search results #153

Closed ikonitas closed 9 years ago

ikonitas commented 9 years ago

Hi,

I am having issue with ack.vim its keeps activating new window with first search result its only happens if I change current working directory for example cd /var/www/ than ack 'foo' window gets open with first search result that's not happening if I don't change current working directory.

If you need more info please let me know.

ches commented 9 years ago

Could you give an example with the explicit sequence of steps and Vim commands that you're running to exhibit the problem? And any config values you've set for ack.vim?

You are using the :Ack! bang form of the plugins commands and not plain :Ack, right?

ikonitas commented 9 years ago

Thank using :Ack! solved a problem.

Cheers

ches commented 9 years ago

Glad it was that simple :grin: