Mercurial > vim
view src/proto/locale.pro @ 31557:e487df006ae1 v9.0.1111
patch 9.0.1111: termcap entries for RGB colors are not set automatically
Commit: https://github.com/vim/vim/commit/96dd34e53492913029323dad902831380fa460d0
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 30 11:16:00 2022 +0000
patch 9.0.1111: termcap entries for RGB colors are not set automatically
Problem: Termcap entries for RGB colors are not set automatically.
Solution: Always set the termcap entries when +termguicolors is enabled.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 30 Dec 2022 12:30:03 +0100 |
parents | b32b67a108f2 |
children |
line wrap: on
line source
/* locale.c */ char_u *get_mess_lang(void); void set_lang_var(void); void init_locale(void); void ex_language(exarg_T *eap); void free_locales(void); char_u *get_lang_arg(expand_T *xp, int idx); char_u *get_locales(expand_T *xp, int idx); /* vim: set ft=c : */