I added the shortcut keys <A-.> and <A-,> in cmp.setup. They worked fine in previous versions, but after the recent update of nvim-cmp, the shortcut keys no longer work. If I roll back to version 82bd4b59432d44cf5e2a5ce3a40a037a575a6623, it works fine.
So I suspect this bug is caused by #1935
I added the shortcut keys
<A-.>
and<A-,>
in cmp.setup. They worked fine in previous versions, but after the recent update of nvim-cmp, the shortcut keys no longer work. If I roll back to version82bd4b59432d44cf5e2a5ce3a40a037a575a6623
, it works fine. So I suspect this bug is caused by #1935