Elle Mundy
Elle Mundy
@cumbreras Nope. I've mostly stopped using this plugin because of this issue.
I just tried getting this to work again, and I had some success jumping off @losingkeys's suggestion. Here's how I matched my expectations as outlined in my comment on Feb...
`let g:ag_lhandler="lopen"` works, but it opens a split under the current window. That's fine, but I was just trying to mimic the default behavior somewhat. Without either of those options,...
@losingkeys What are you saying, change the default behavior (or add the ability to do so from a `.vimrc`) if the plugin respects those options?
Looks like `normalize_uri` does nothing to `Regexp`: https://github.com/chrisk/fakeweb/blob/master/lib/fake_web/registry.rb#L106
I see. I didn't realize it was being called from multiple places. Thanks for the clarification.
As a bandaid, I've done this for now: https://gist.github.com/exchgr/ed0d8c575b494ca89821
Is https://github.com/rails/spring/issues/374 possibly a duplicate of this?
I believe in the wonders of Coffeescript.
Just wondering, how does Coffee affect the build process? Isn't it possible to just run it directly without compiling it to JavaScript? Also, if we use Coffee, we never have...