commit | a4c2a24cc7772d882289a617104fe968a15969d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 23:01:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 23:01:38 2019 +0100 |
tree | af3010089a05a68dbc9a9ce0fc62d38d9cda17f0 | |
parent | 3dd174abbf2bf1bb4e42aa21ff78fb9b4f8b4679 [diff] [blame] |
patch 8.1.1051: not all ways to switch terminal mode are tested Problem: Not all ways to switch terminal mode are tested. Solution: Add more test cases.
diff --git a/src/version.c b/src/version.c index f449642..13db401 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1051, +/**/ 1050, /**/ 1049,