commit | 4a5711b5ea54525a262a57ec0d418f76504bad46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 12:39:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 12:39:55 2019 +0200 |
tree | a06a21d30a78b4029e8b0cd77e3565afbdf689d7 | |
parent | 543c9b1921d7605498b54afdef518e312f1b4515 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b3d7abc..1563e63 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1121, +/**/ 1120, /**/ 1119,