jtaby / Waldo

A generic port of TextMate's Find-In-Project, with associated MacVim plugin
http://jtaby.com
MIT License
155 stars 11 forks source link

Name issue? #4

Closed ghost closed 13 years ago

ghost commented 13 years ago

I'm not able to install it. I tried the latest download but it doesn't include Waldo.app as described in the Readme.md, just VimAck.app. Installing and running VimAck.app doesn't seem to work - leader-f does nothing.

jtaby commented 13 years ago

I just pushed up Waldo-0.3.zip please try downloading it and following the Usage instructions. Let me know if you continue to have problems

https://github.com/downloads/jtaby/Waldo/Waldo-0.3.zip

ghost commented 13 years ago

Thanks. That worked, though I had to add a "Bundle 'Waldo'" line to my _vimrc. Perhaps its a vundle requirement to have the line?

jtaby commented 13 years ago

Thanks for the comment, I've reopened the issue so I can track down the problem.

jtaby commented 13 years ago

@psheill Do you have call pathogen#runtime_append_all_bundles() in your .vimrc file?

ghost commented 13 years ago

No I don't. I've been using Vundle, not pathogen. That must be the issue. Thanks.