-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:Ack shows 'Unknown option' warning in quickfix list in neovim #9
Comments
Thats an issue with popes vim-dispatch and neovim, if you turn off dispatch ( I also tended toward making a PR to use xolox' vim-misc async feature, if its available (it works great in neovim and I'm writing two plugins which are taking advantage of it). |
Thanks for the report @dsummersl! I haven't used Neovim myself yet, so I'm looking for help ironing out issues like these. I do mean to dig into myself soon, but if you beat me to it I'd be happy to accept a PR. Does this happen for all searches, even simple ones like Not sure where the |
Ah, thanks for shedding light on this, @ntnn. Do you think this is a bug in upstream dispatch.vim that we should report upstream? |
Just figured out the vim-dispatch connection myself - yeah its happening with simple searches. |
@wincent Since dispatch itself works with neovim my best guess is that it's detection of the type of vim doesn't work with ferret, hence using the client/server architecture of vim - someone would need to take a look at that and see where exactly it fails. @dsummersl Does it exclusively happen with simple searches or also with more complicated regexes? |
Happens with regexes too. |
It's just invoking dispatch.vim with |
Remove 'ferret' as its current support for NeoVim is not good Reference: - wincent/ferret#9 - rking/ag.vim#85
Going to close this as I can't repro this with:
|
When I use
:Ack <search>
in nvim it shows the following warning at the end of the quicklist::Acks
and navigation seems to work fine tho...The text was updated successfully, but these errors were encountered: