mileszs / ack.vim

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

Quickfix window behaviour #74

Closed kul closed 11 years ago

kul commented 11 years ago

I can see the result of :Ack something in a hsplit below. But the behavior of quickfix window is weird o instead of opening the file tries to open a line and give error modifiable is off. Nothing else seems to be working like v, t, h, q...Am i the only one facing this?

yahiaelgamal commented 11 years ago

@kul I am also facing this problem. Just installed ack on OSX, all the commands doesn't work (except for ENTER)

yahiaelgamal commented 11 years ago

@kul Try to pull the latest code from this repo. The script on vim.org is quite outdated

kul commented 11 years ago

Can the developer at least put a notice that repo is no longer maintained. So many pull requests, issues for months!!

kul commented 11 years ago

Seems like i had put "Bundle ack.vim" which was taking the older version from vim.org. Thanks @DevYah. Closing.

mileszs commented 11 years ago

@kul I am working on transitioning the repository to a new maintainer that I trust. Thanks!

ghost commented 10 years ago

@mileszs did you do so?