Closed iamrecursion closed 3 years ago
Can't reproduce, works as expect.
What's your rg version?
ripgrep 13.0.0
-SIMD -AVX (compiled)
+SIMD +AVX (runtime)
@iamrecursion tested with rg 13.0.0 and latest coc on macOS, can't reproduce this issue.
Okay. Is there any way I can debug what is happening?
@iamrecursion what's your coc-lists version? You can get it from :CocList extensions
.
Ah, that was it! I had 1.4.0 but updating to 1.4.2 fixed it! I thought I had plugins set to auto update but I must've disabled it at some point. Thanks for the hint, and for all your hard work on CoC!
Result from CocInfo
Describe the bug
:CocList grep
never loads any results when usingrg
.Reproduce the bug
Create file
mini.vim
with:Start neovim with command:
vim -u mini.vim
Run
:CocList grep
and start typing. It will never load any results even if results exist.Screenshots (optional)