mileszs / ack.vim

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

The current filetype as default for search without arguments #100

Closed erthalion closed 10 years ago

erthalion commented 10 years ago

I think it would be nice, if the search without arguments will have the current filetype.

kassio commented 10 years ago

I don't think that this is usual for everyone. In my case, sometimes, I need to research in all files(js, rb, sh, etc). Would be nice if you add this as a new command, something like :FAck(I don't know), or an option, g:ack_use_current_ft.

WDYT?