commit | 4ff4814b383bc85fbf5d8f62c8022f4379d7a490 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 21:50:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 21:50:25 2018 +0200 |
tree | c96b94a5bc08b93233ddba5a8cbe7a66ab2f0b4c | |
parent | 1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9 [diff] [blame] |
patch 8.1.0132: lua tests are old style Problem: Lua tests are old style. Solution: Convert to new style tests. Improve coverage. (Dominique Pelle, closes #3091)
diff --git a/src/version.c b/src/version.c index 0efebc6..572b8f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 132, +/**/ 131, /**/ 130,