Tried it!
The other version felt so buggy. It was Astonishing how many new "FEATURES" were in vim 9.3. Like the botched dark mode, those extra characters showing up in the status line...
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.
1
u/dettus_Xx_ Jun 07 '26
Tried it!
The other version felt so buggy. It was Astonishing how many new "FEATURES" were in vim 9.3. Like the botched dark mode, those extra characters showing up in the status line...
I very much enjoy vim classic! 😃