minimap.vim icon indicating copy to clipboard operation
minimap.vim copied to clipboard

open floating window throws error

Open qvieth opened this issue 2 years ago • 3 comments

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

image

qvieth avatar May 06 '22 03:05 qvieth

Looks like a dupe of #153

ZNielsen avatar May 09 '22 16:05 ZNielsen

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'}

ZNielsen avatar May 11 '22 16:05 ZNielsen

I used the GH-153_test_fix branch and unfortunately still can see the issue

image

qvieth avatar May 12 '22 01:05 qvieth