Closed pgilad closed 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?
@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 ?
Steps to reproduce:
'nvie/vim-flake8'
plugin:call Flake8()
I've tried vim-flake8
but it works fine with me. What version of vim are you using?
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.
Hopefully this is fixed now!
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