commit | de6dbb452ad677abab05a84bc48b968bc5315fa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 11:59:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 11:59:18 2019 +0200 |
tree | 37696b0a32d1ab4c0338ea1ca1954c13d84ad2bc | |
parent | 32e1977012912cd5d7bc762dd41197bc3f1a1370 [diff] [blame] |
patch 8.1.1472: add_termcap_entry() is not tested Problem: Add_termcap_entry() is not tested. Solution: Add a simple test.
diff --git a/src/version.c b/src/version.c index 366e56b..ca2e174 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1472, +/**/ 1471, /**/ 1470,