commit | e5886ccb5163873dd01fc67b09ab10e681351ee9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 21 20:10:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 21 20:10:04 2020 +0200 |
tree | fdcd614ffefec6fac5d9229b046961a101d17f15 | |
parent | 83a52533b23c88f90be0dea01bc5e32ddadc1d6a [diff] [blame] |
patch 8.2.0804: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revision 727, but add the index instead of switching between RGB and indexed.
diff --git a/src/version.c b/src/version.c index 31aa395..a710bc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 804, +/**/ 803, /**/ 802,