commit | cea254f5a793bf447d6ea2eb926cba38e73adece | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 21:41:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 21:41:28 2019 +0200 |
tree | d45eaf362ac75df840894f5886195ca6e2a773dd | |
parent | 277e79adc4d2b62556ce8a3720684e4b3e1e6d42 [diff] [blame] |
patch 8.1.1464: only 4-digit rgb termresponse is recognized Problem: Only 4-digit rgb termresponse is recognized. Solution: Also recognize 2-digit rgb response. (closes #4486)
diff --git a/src/version.c b/src/version.c index 7d86aae..57f6db3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1464, +/**/ 1463, /**/ 1462,