commit | 12e71eb8a89bdfe1def5854fd7478e8899801b44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:19:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:19:31 2019 +0200 |
tree | 930834a55c2a618caaaeb4563a51d67fba5cd73c | |
parent | 8e228e21cc712d5cec2705afe1465ca9685bbbf6 [diff] [blame] |
patch 8.1.1481: length for two-digit rgb termresponse is off by one Problem: Length for two-digit rgb termresponse is off by one. Solution: Adjust the length. (closes #4494)
diff --git a/src/version.c b/src/version.c index 72f4009..2fd64c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1481, +/**/ 1480, /**/ 1479,