minimap.vim
minimap.vim copied to clipboard
open floating window throws error
Check list
- [x] I have read through the README (especially F.A.Q section)
- [x] I have searched through the existing issues
Environment info
- OS: Fedora 35
Version info
NVIM v0.8.0-dev+112-g13520aae1
Question / Problem and steps to reproduce
open packer floating window or any floating window(in my case it was toggleterm & rnvimr) cause this issue
Looks like a dupe of #153
Do you mind testing this fix on branch GH-153_test_fix
when you get a chance? If you are using a plugin manager, there's usually an option for which branch to use (requires an update/upgrade/pull/ect.)
Example for Plugged:
Plug 'wfxr/minimap.vim', {'branch': 'GH-153_test_fix'}
I used the GH-153_test_fix
branch and unfortunately still can see the issue