commit | 1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 21:18:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 21:18:13 2018 +0200 |
tree | 0fdb61cdefa797b72789e678edaf4a21e769554c | |
parent | ad6480961080f80a455b2394f27b02935a2ded52 [diff] [blame] |
patch 8.1.0131: :profdel is not tested Problem: :profdel is not tested. Solution: Add a test. (Dominique Pelle, closes #3123)
diff --git a/src/version.c b/src/version.c index bc3d06a..0efebc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129,