commit | 24ebd83e030e1c6f9a6be1f06232756ba4d00a8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:25:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 16 21:25:24 2020 +0100 |
tree | 5089ceabe4dad7b9aef5aab60b53c7579f854467 | |
parent | a2cbdea9685f9592ee22bda7b58953d2bbaa4c47 [diff] [blame] |
patch 8.2.0396: cmdexpand.c insufficiently tested Problem: Cmdexpand.c insufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5789)
diff --git a/src/version.c b/src/version.c index 27aedd5..51ffb8c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 396, +/**/ 395, /**/ 394,