We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NVIM v0.6.0-dev+575-g2ef9d2a66
manjaro
1.Set following options inf vim config:
vim.opt.winwidth=60 vim.opt.winminwidth=50
2.Now if you open quick list error is displayed:
bqf should be able to work with opt.minwinwidth ?
Error as showna above, but then after closing it - bqf works ok...
The text was updated successfully, but these errors were encountered:
fix(magicwin): winminwidth must smaller than winwidth (#44)
85a0c58
No branches or pull requests
Neovim version (nvim -v | head -n1)
NVIM v0.6.0-dev+575-g2ef9d2a66
Operating system/version
manjaro
How to reproduce the issue
1.Set following options inf vim config:
2.Now if you open quick list error is displayed:
Expected behavior
bqf should be able to work with opt.minwinwidth ?
Actual behavior
Error as showna above, but then after closing it - bqf works ok...
The text was updated successfully, but these errors were encountered: