mileszs / ack.vim

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

Errors pops up when using the plugin #53

Closed teoljungberg closed 11 years ago

teoljungberg commented 11 years ago

Since the lastest deploy on master, my ack.vim has been acting weirdly

Everytime I ack for a term, say controller, an error like this gets spat out

Note, I'm using the_silver_searcher as my ack command,

let g:ackprg = 'ag -S --nogroup --nocolor --column'

It even behaves the same way with the default ack command. And yes, I have both the_silver_searcher and Ack instalelled and working.

MarioRicalde commented 11 years ago

Confirmed.

This is due to the recent merges to master: f853ee73361d27db9e963a35128534696910af30 and b1e77273a1bc6bce4105f1d18f5bc1ae52512280

If you use fd9632b40ac07b39adb270311cde2c460c9ba6da it works without problem.

teoljungberg commented 11 years ago

Great! Can you please update this issue when the problem is fixed?

mileszs commented 11 years ago

The lastest commit should rectify the issue.

On Mon, Nov 26, 2012 at 1:50 PM, Brad Dielman notifications@github.comwrote:

Is this still an issue? I rolled back to fd9632b in the meantime, but wanted to know if it was safe to pull the latest.

— Reply to this email directly or view it on GitHubhttps://github.com/mileszs/ack.vim/issues/53#issuecomment-10728275.

teoljungberg commented 11 years ago

Works just fine now