comparison src/version.c @ 12355:368a7bf382c7 v8.0.1057

patch 8.0.1057: terminal scrape test waits too long commit https://github.com/vim/vim/commit/1bfdc07a4996b5905b4971e18a6487a18e6461a4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 5 20:19:42 2017 +0200 patch 8.0.1057: terminal scrape test waits too long Problem: Terminal scrape test waits too long, it checks for one instead of three. Solution: Check there are three characters. (micbou)
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2017 20:30:04 +0200
parents 730e802bd3b1
children 9a7fb1d01137
comparison
equal deleted inserted replaced
12354:bd68fad23c41 12355:368a7bf382c7
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 1057,
772 /**/ 774 /**/
773 1056, 775 1056,
774 /**/ 776 /**/
775 1055, 777 1055,
776 /**/ 778 /**/