John Marriott wrote:
> On 30-Dec-2022 22:16, Bram Moolenaar wrote:
> > Patch 9.0.
> > Problem:Termcap entries for RGB colors are not set automatically.
> > Solution: Always set the termcap entries when +termguicolors is enabled.
> > Files: src/term.c
On 30-Dec-2022 22:16, Bram Moolenaar wrote:
Patch 9.0.
Problem:Termcap entries for RGB colors are not set automatically.
Solution: Always set the termcap entries when +termguicolors is enabled.
Files: src/term.c
After this patch, msys2-64 (clang 15.0.5) gives this warning
Patch 9.0.
Problem:Termcap entries for RGB colors are not set automatically.
Solution: Always set the termcap entries when +termguicolors is enabled.
Files: src/term.c
*** ../vim-9.0.1110/src/term.c 2022-12-20 20:01:09.624090908 +
--- src/term.c 2022-12-30 11:15