Mercurial > vim
view src/proto/spellsuggest.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 | 6e53d83e021d |
children |
line wrap: on
line source
/* spellsuggest.c */ int spell_check_sps(void); void spell_suggest(int count); void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive); /* vim: set ft=c : */