mileszs / ack.vim

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

search in multiple directories #70

Closed ghost closed 10 years ago

ghost commented 11 years ago

is there any way to search in multiple directories ?

it will be a great feature to have a configurable list of directories in vimrc in addition of current directory. usefull to find patterns in external library

kassio commented 10 years ago

Just pass the directories as last arguments: `:Ack term /tmp /etc"