My color scheme to not completely get overwritten.
9.1.1065-1 (artix), 9.1.1105-r0 (alpine)
Operating systems: alpine and artix
terminal: foot
$TERM=foot
shell: bash and ash
vim installed through the distros' repositories
https://github.com/user-attachments/assets/1dbfe7b2-ea10-4db2-8edb-7c6d6c97327a
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I fixed this by switching to neovim
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
please share your configuration to assist you further
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
same issue here
Artix
vim 9.1.1065-1
bash 5.2.037-1
XTerm 397
$SHELL = xterm-256color
normal colorscheme loads initially:
but then changes after pressing any key or scrolling:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Few things to note:
I downgraded vim and its working fine
As shown in the video even running --clean produces this issue, however I found that running vim as vim -u NONEXISTENTFILE fixes the colors from changing, but of course, you don't have a config...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Upgrade vim (happens on artix and alpine)
run vim
What kind of reproduction steps is this please?
Vim enables termguicolors automatically, if it detects the terminal supports this. However, due to the async nature of querying the terminal, this is noticable and causes
I'll revert this behaviour for now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #16649 as completed via 27822a0.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Having exactly the same issue after upgrading to 9.1.1100 (macOS).
9.1.1043 (Arch Linux) doesn't have this problem.
It seems guifg, guibg, etc. are suddenly started being respected instead of ctermfg, ctermbg, etc.
Manually setting set notermguicolors solved the problem.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Having exactly the same issue after upgrading to 9.1.1100 (macOS).
9.1.1043 (Arch Linux) doesn't have this problem.
It seems
guifg,guibg, etc. are suddenly started being respected instead ofctermfg,ctermbg, etc. Manually settingset notermguicolorssolved the problem.
same issue here - fixed it on macos with set notermguicolors as well, thank you!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()