mileszs / ack.vim

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

Search Freezes #13

Closed bitboxer closed 10 years ago

bitboxer commented 14 years ago

Sometimes the search freezes and freezes the complete macvim window. Sadly I can't reproduce it but I think it has something to do with the NerdTree. Everytime the search freezes, NerdTree was open.

hakanensari commented 13 years ago

I second.

This sort of drives me nuts. If you are wondering about my setup, I'm using this:

http://github.com/carlhuda/janus

chalmagean commented 13 years ago

I get the same thing. Mine has nothing to do with nerdtree, I can fix it by removing the /vat/tmp/*.swp files

b4winckler commented 13 years ago

Make sure you are running the latest snapshot. Does that take care of the problem?

hakanensari commented 13 years ago

I was actually using 53, which is what Homebrew installs.

Will give 57 a shot and give you a shout out should I freeze again.

b4winckler commented 13 years ago

Build 53 does have a known problem that can cause freezes. Snap 57 should work.

cmar commented 13 years ago

I'm getting this issue on a fresh install on lion:

brew install macvim brew install ack

curl https://raw.github.com/carlhuda/janus/master/bootstrap.sh -o - | sh

:Ack test

just displays "Searching ..."

macvim 61 ack 1.94

mechanicles commented 11 years ago

I'm getting this issue now. :(

bigtunacan commented 11 years ago

I'm getting this issue now as well. I am also running the Janus configuration.

owengalenjones commented 11 years ago

Seem to be getting this issue myself.

ChristianPeters commented 11 years ago

This is also an issue for me.

mvim 7.3 (patch 1-754) ack 1.96 under Perl 5.12.4 (which works fine when used via terminal) Vundlefile: https://github.com/ChristianPeters/vimfiles/blob/master/Vundlefile

kassio commented 10 years ago

Could you guys try with the master version and check if the problem persists? I'll close it for now, but if the bug persists, please feel free to reopen it.

lucascaton commented 7 years ago

7 years later and the same issue still happens.

ches commented 7 years ago

@lucascaton Sorry to hear that, but there's very little solid reproduction info here so it's kind of difficult to understand the source of the problem.

lucascaton commented 7 years ago

@ches I totally understand. I wasn't complaining, just reporting it still happens sometimes. I wish I could help to fix it. Thanks anyway. BTW, sometimes a ctrl+c solves it 😄