comparison src/version.c @ 16233:59177d9466aa v8.1.1121

patch 8.1.1121: test for term_gettitle() was disabled commit https://github.com/vim/vim/commit/4a5711b5ea54525a262a57ec0d418f76504bad46 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 6 12:39:55 2019 +0200 patch 8.1.1121: test for term_gettitle() was disabled Problem: Test for term_gettitle() was disabled. Solution: Enable the test and bail out only when it doesn't work. (Dominique Pelle, closes #3776)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Apr 2019 12:45:05 +0200
parents 0761a4c111a7
children 219c58b3879c
comparison
equal deleted inserted replaced
16232:3d62577c3539 16233:59177d9466aa
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1121,
774 /**/ 776 /**/
775 1120, 777 1120,
776 /**/ 778 /**/
777 1119, 779 1119,
778 /**/ 780 /**/