diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-29 17:41:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 17:41:22 +0200 |
commit | 6884f017b53369d6c9b06ddd3aedeb642dbd24a8 (patch) | |
tree | b321f2eed50fdc773ff616fd1105c908d31b1261 /src | |
parent | 356244d50ba01c63b3ac33057a69462c4029612c (diff) | |
download | rneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.tar.gz rneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.tar.bz2 rneovim-6884f017b53369d6c9b06ddd3aedeb642dbd24a8.zip |
vim-patch:partial:6ebe4f970b8b (#20860)
Update runtime files
https://github.com/vim/vim/commit/6ebe4f970b8b398087076a72a7aae6e680fb92da
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/tui/tui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c index 1cb1c34ad3..083677a58e 100644 --- a/src/nvim/tui/tui.c +++ b/src/nvim/tui/tui.c @@ -2099,7 +2099,7 @@ static void augment_terminfo(TUIData *data, const char *term, long vte_version, // Dickey ncurses terminfo does not include the setrgbf and setrgbb // capabilities, proposed by RĂ¼diger Sonderfeld on 2013-10-15. Adding // them here when terminfo lacks them is an augmentation, not a fixup. - // https://gist.github.com/XVilka/8346728 + // https://github.com/termstandard/colors // At this time (2017-07-12) it seems like all terminals that support rgb // color codes can use semicolons in the terminal code and be fine. |