akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.36k stars 59 forks source link

When completing on the status bar, sometimes characters are not displayed #478

Closed shiena closed 1 year ago

shiena commented 1 year ago

Environment

https://github.com/akiyosi/goneovim/assets/1295639/4c2e80ca-f64c-4510-be4f-ca8dabc07b30

It seems that when you enter the tab key in the status bar, it is replaced with two spaces.

akiyosi commented 1 year ago

@shiena Thanks for the issue report. I don't have a clear cause, but I have fixed the code that seems to be relevant in e010a37d89, please let me know if you encounter the same problem again with the binary that corresponds to e010a37d89.

shiena commented 1 year ago

@akiyosi Thank you for fixing the bug. https://github.com/akiyosi/goneovim/actions/runs/5230805544 fixed the problem.