hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
493 stars 42 forks source link

Latest commit 8bc94a gives wrong hints #74

Closed OliverChao closed 1 year ago

OliverChao commented 1 year ago

In the latest commit 8bc9c4a, cmdline gives wrong hints and breaks up the input command. There may be a bug in commit 8bc9c4a, but cmdline works fine in commit 79456dc (HEAD^ from 8bc94a).

https://user-images.githubusercontent.com/39361033/204080848-c291037e-e5a3-4ad2-bc0e-f1d8cd4e1ddb.mp4

The first case, cmdline gives some wrong hints and breaks up my input. In the second case, I know I didn't set the position mark, but I don't want it to break my input. I don't know if latest cmdline conflicts with some plugs or there is a bug.

hrsh7th commented 1 year ago

I can't watch your screencast.

OliverChao commented 1 year ago

I can't watch your screencast.

Sorry for that, but this cast works in my another computer. Maybe the github server problem. I convert the mp4 video to a GIF file. Could you see this GIF ?

output

OliverChao commented 1 year ago

This is bug was gone with latest nvim-cmp and cmp-cmdline