gcmt / wildfire.vim

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

Inconsistent issue: wildfire working in quickfix window #17

Closed pgilad closed 10 years ago

pgilad commented 10 years ago

Happened to me twice already that wildfire was active in the quickfix window preventing me from running the default action (open).

Is there any preventions possible to use (except for re-binding keys for quickfix) ?

Hopefully this is something that can be avoided in the plugin code as well

gcmt commented 10 years ago

Thanks for pointing out this subtle issue. Is there a way I can reproduce this issue so that I can tell whether or not I'm able to solve that?

pgilad commented 10 years ago

@gcmt I can't reproduce it myself... Happened only twice, and I really tried to reproduce it.

Perhaps a possible fix is to disable mappings for *.qf ?

aerosol commented 10 years ago

Steps to reproduce:

  1. Install 'nvie/vim-flake8' plugin
  2. Save some python file with junk, :call Flake8()
  3. Press enter on an error line in the QF window
gcmt commented 10 years ago

I've tried vim-flake8 but it works fine with me. What version of vim are you using?

blueyed commented 10 years ago

I've just ran into this using vim-dispatch.

After disabling wildfire, I've seen that there are measures in the source to prevent it, but apparently that did not work as expected: https://github.com/gcmt/wildfire.vim/blob/master/plugin/wildfire.vim#L47-55

That might be a starting point for debugging / further investigation.

gcmt commented 10 years ago

Hopefully this is fixed now!