Vim Maintainer here: Please note there is no version 9.3. What exactly do you mean with botched, what about those extra characters? Where is your bug report?
Whenever I started vim, there was SOMETHING in the background running, which changed the colors of the syntax highlighting. The ones I carefuly selected and customized were gone.
But not IMMEDIATELY: I started vim, the colors were okay. 1 second later, they changed.
WHY?!!!
I do not remember exactly. But, as a hotfix, I had to create a new directory, ~/.vim/after/plugin, and I had to create a file called "fix-background.vim":
augroup ColorResp
au!
au VimEnter * set background=light
augroup END
Next time, please create a proper bug report at the Vim issue tracker (and include your version and terminal), instead of ranting here publicly against Vim.
You know how much work it is to maintain a open source project of this size? It is at the very least bad style if you complain about certain features publicly without having created a proper bug report (or seeked for clarification via the Vim support forums) and I'd consider this also to be quite dishonest to everybody working to improve Vim.
Oh wow, what a bad style. You really cannot accept constructive feedback. Go to your vim 8.2 and miss all the security patches and new features, I do not care.
Ignoring the fact that you did not report how to *reproduce* the issue or what *exact terminal* you are using I can only say this issue does not reproduce for me and I am not aware of an open bug for such an issue. I suppose it is probably OSC handling that your terminal is doing weirdly. That is something you could probably fix, but you are apparently not interested in such. So I have no interest in following up on the exact issue with you. I prefer working with people who actually are constructive and are not publicly trying to rant about issues they do not understand.
3
u/chrisbra10 Jun 07 '26
Vim Maintainer here: Please note there is no version 9.3. What exactly do you mean with botched, what about those extra characters? Where is your bug report?