gcmt / wildfire.vim

Smart selection of the closest text object
MIT License
611 stars 19 forks source link

Disable in quickfix windows #1

Closed sirupsen closed 10 years ago

sirupsen commented 10 years ago

Thanks for creating Wildfire, it's great.

I'm not sure how to do this myself. But e.g. for using :Grep, CtrlP or similar plugins that open a quickfix window, enter is used to make a selection.

Is it possible to disable Wildfire in such scenarios?

gcmt commented 10 years ago

I think it should be a good default having Wildfire disabled in such buffers. I've tested the fix with ack.vim and grep.vim and it seems to be all right. Let me know if further issues arise!

sirupsen commented 10 years ago

Beautiful. Thank you Giacomo.