diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1121,
+/**/
     1120,
 /**/
     1119,