nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
584 stars 21 forks source link

Weird redraw issue when entering command mode #92

Closed ReubenM closed 1 year ago

ReubenM commented 1 year ago

When entering command mode, the characters used for line.sep are all drawn with broken highlights until some sort of event later on causes it to get redrawn. Cannot figure out what could be causing this. vim_normal vim_command

ReubenM commented 1 year ago

I should also add, I don't think this has anything to do with a broken config. It happens with all the presets also.

nanozuki commented 1 year ago

Oh, yes... I reproduced this bug. I will try to fix it.

insomnia-creator commented 1 year ago

+1

nanozuki commented 1 year ago

图片

I found that nvim will change the values of highlight groups in command mode...

Ok, I know how to fix it..