junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

Window is being resized when pasting in insert mode #63

Open lourenci opened 4 years ago

lourenci commented 4 years ago

Hi, thanks a lot for this plugin. The solved issue #61 allows me to use this plugin again...

Often, when I paste in insert mode (ctrl+r<register>p), I get the window resized to one line:

image

I can't get a pattern for that, So I don't know how to reproduce it, but it happens very often when pasting in insert mode. I don't have this problem when pasting in normal mode.

I'm using nvim 0.4.3. This was not a thing until 0.4.1

MunifTanjim commented 4 years ago

I can't get a pattern for that.

This happens when popup-menu is visible.

dfalling commented 3 years ago

Has anyone found a fix for this? MunifTanjim's comment that it happens when the popup-menu is visible checks out for me, but it's still frustrating to have to resize my terminal every time to fix this bug.