commit | 09fbedc8dc3adc0a7adf2093916911e633cfa626 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 17:22:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 17:22:58 2021 +0100 |
tree | 38e96ce3c97e57bc32dae74651dc20ccfca5c0f3 | |
parent | 98a29d00a48e15a50e2850e1a29b7d475c531b0c [diff] [blame] |
patch 8.2.2375: test for RGB color skipped in the terminal Problem: Test for RGB color skipped in the terminal. Solution: Run the GUI if possible.
diff --git a/src/version.c b/src/version.c index 98f120b..452fa2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2375, +/**/ 2374, /**/ 2373,