comparison src/version.c @ 12283:decfedf9138d v8.0.1021

patch 8.0.1021: older Gnome terminal still echoes t_RC commit https://github.com/vim/vim/commit/dc5471d482c372f547006325d7c8f16d6cc9d371 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 30 18:59:03 2017 +0200 patch 8.0.1021: older Gnome terminal still echoes t_RC Problem: Older Gnome terminal still echoes t_RC. (Fracois Ingelrest) Solution: Check for version > 3000 instead of 4000.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Aug 2017 19:00:06 +0200
parents 2738b0cc5f64
children 4963348ed734
comparison
equal deleted inserted replaced
12282:e10600614c14 12283:decfedf9138d
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1021,
772 /**/ 774 /**/
773 1020, 775 1020,
774 /**/ 776 /**/
775 1019, 777 1019,
776 /**/ 778 /**/