comparison src/version.c @ 17270:9508c12eec55 v8.1.1634

patch 8.1.1634: terminal test fails when term_getansicolors() is missing commit https://github.com/vim/vim/commit/981d9dc8f3d7a470eb3be7ba60fe1c1f31e7f470 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 22:32:39 2019 +0200 patch 8.1.1634: terminal test fails when term_getansicolors() is missing Problem: Terminal test fails when term_getansicolors() is missing. Diff test fails without +rightleft. (Dominique Pelle) Solution: Check if term_getansicolors() is supported. (closes #4597)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 22:45:05 +0200
parents 00cd8830bab9
children 2342d5e500ec
comparison
equal deleted inserted replaced
17269:d70705e7bed5 17270:9508c12eec55
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1634,
780 /**/ 782 /**/
781 1633, 783 1633,
782 /**/ 784 /**/
783 1632, 785 1632,
784 /**/ 786 /**/