easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

on ubuntu 22.04 I found that it would only match the first character when searching. #478

Open zxremail opened 2 years ago

zxremail commented 2 years ago

I'm used to copying a word, pressing "/" to enter search mode, right-click to paste the word in the bottom line, and searching in vim. But on ubuntu 22.04 I found that it would only match the first character when searching. For example, I copied "hello", but the search only highlighted the first character "h". I have never encountered this problem in ubuntu 14.04/16.04/18.04/20.04.

zxremail commented 2 years ago

Seems to be a similar problem to the link below. https://github.com/easymotion/vim-easymotion/issues/348

But I paste words by right-clicking the mouse.