coc-list's version is 1.4.2 which is told to be up to date.
I am using ssh with windows terminal to a remote centos without gui support. And it seems coc-nvim needs the star register or reg *, which might cause some problem.
Reproduction:
use :CocList snippets or :CocList extensions. Keep pressing <up> key to let the cursor move upward and you will get stuck with a mysterious character like A or B on your screen.
If you can not reproduce it consistently, try to reboot your vim.
I am not sure where this bug comes from, so it might be nothing to do with coc-list.
What I expect:
I expect that pressing won't let me exit the coc-list.
Environment:
CocInfo
gives:coc-list's version is
1.4.2
which is told to be up to date.I am using ssh with
windows terminal
to a remote centos without gui support. And it seems coc-nvim needs the star register orreg *
, which might cause some problem.Reproduction:
use
:CocList snippets
or:CocList extensions
. Keep pressing<up>
key to let the cursor move upward and you will get stuck with a mysterious character likeA
orB
on your screen.If you can not reproduce it consistently, try to reboot your vim.
I am not sure where this bug comes from, so it might be nothing to do with coc-list.
What I expect:
I expect that pressing won't let me exit the coc-list.
The Log: