-
Notifications
You must be signed in to change notification settings - Fork 32
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
Garbled view when using FZF with additional qf formatter plugin #56
Comments
The reason is |
Please try |
What docker image did you use? |
|
Can confirm bqf dev branch works fine w/ standalone image, it must be something in my config. Thanks for resolving it! |
Waiting for your solution, maybe some potential bugs I haven't thought about. |
@kevinhwang91 so I removed all other plugins, even removed the whole config, updated fzf, updated neovim — but I still couldn't reproduce the right behavaior on my machine, Guess I'll have to adjust to it 🤷♂️ |
quickfixtextfunc may use conceal
Thanks for your feedback, I have merged the patch. |
`shellescape()` behaviour different when `shell=fish`, so we should set `shell` before calling `shellescape()`, otherwise some wired behaviour (such as kevinhwang91/nvim-bqf#56) may apper.
@ajitid I found that should be a bug of fzf, and I fix it in junegunn/fzf#2828 |
Oh, thank you so much @wodesuck! |
`shellescape()` behavior is different when `shell=fish`, so we should set `shell` before calling `shellescape()`, otherwise an unexpected result may occur (e.g. kevinhwang91/nvim-bqf#56). Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Neovim version (nvim -v | head -n1)
NVIM v0.7.0-dev+1109-gfaeff49cb
Operating system/version
Ubuntu 21.04 on WSL2
How to reproduce the issue
zf
keybindingExpected behavior
Text in FZF list should be same as what we see in quick fix list
Actual behavior
Garbled text is being seen (notice many
{m
,[m
and numbers across the list)This, as you previously mentioned, could be related to concealing.
The text was updated successfully, but these errors were encountered: