commit | 1a4cbb19ded7ad6cb161f2797e0414032d1f9b5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 13:25:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 13:25:44 2019 +0200 |
tree | 7dd1994da446c47206d355adb4cb2581ea64ca75 | |
parent | ec66c41d84e574baf8009dbc0bd088d2bc5b2421 [diff] [blame] |
patch 8.1.2137: parsing the termresponse is not tested Problem: Parsing the termresponse is not tested. Solution: Add a first test. (related to #5042)
diff --git a/src/version.c b/src/version.c index 46bd1b1..a6a1398 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2137, +/**/ 2136, /**/ 2135,