comparison src/version.c @ 16926:bcc25f1a264d v8.1.1464

patch 8.1.1464: only 4-digit rgb termresponse is recognized commit https://github.com/vim/vim/commit/cea254f5a793bf447d6ea2eb926cba38e73adece Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 21:41:28 2019 +0200 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 https://github.com/vim/vim/issues/4486)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 21:45:05 +0200
parents 2f39b35f7290
children aa9c4703a01b
comparison
equal deleted inserted replaced
16925:fe06c620ee5c 16926:bcc25f1a264d
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1464,
770 /**/ 772 /**/
771 1463, 773 1463,
772 /**/ 774 /**/
773 1462, 775 1462,
774 /**/ 776 /**/