LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

Popup Mode no respose

Open luoleicn opened this issue 4 years ago • 9 comments

  • vim or neovim?
    • [x] vim
    • [ ] neovim
  • Operating system:
    • [ ] Linux
    • [x] Mac OS X
    • [ ] Windows
    • [ ] Etc.
  • Configurations related to LeaderF in vimrc:

Describe your question, feature request, or bug.

command "Leader rg" shows popup, after that I enter command+V, that will cause vim no response, it works ok when I disable popup

luoleicn avatar Dec 09 '19 16:12 luoleicn

Reproduced. But I don't know why.

Yggdroot avatar Dec 10 '19 03:12 Yggdroot

NVIM is free of this bug btw. I think it is bug of vim.

eyalk5 avatar Dec 11 '19 00:12 eyalk5

command + V will cause vim no response in popup mode like this issue.

But the shortcut will only paste the first one character when disabling the popup. The strange behavior discards all suffix chars pasted into the command line.

wlt-cortex avatar Jun 21 '22 08:06 wlt-cortex

same issue here.

echoface avatar Sep 19 '22 10:09 echoface

I have created two issues : https://github.com/vim/vim/issues/11172 and https://github.com/vim/vim/issues/11173 for vim to track this issue.

Yggdroot avatar Sep 20 '22 07:09 Yggdroot

Please update vim, the issue should be fixed now.

Yggdroot avatar Sep 26 '22 02:09 Yggdroot

结果比较多的时候也会使Vim无响应

Eliot00 avatar Jul 03 '23 09:07 Eliot00

结果比较多的时候也会使Vim无响应

无响应应该跟结果结果多少没关系,而是结果中有很长的行,vim本身处理长行就特别慢。 参见 #318 , 这里面有解决方法。

Yggdroot avatar Jul 03 '23 14:07 Yggdroot

结果比较多的时候也会使Vim无响应

无响应应该跟结果结果多少没关系,而是结果中有很长的行,vim本身处理长行就特别慢。 参见 #318 , 这里面有解决方法。

感谢,问题解决了

Eliot00 avatar Jul 04 '23 05:07 Eliot00