commit | da1f71d75f0bf5d5ef876a09aa08fb19f6f24b3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 14 20:10:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 14 20:10:32 2018 +0200 |
tree | 5971dbd52886a37739dd9101ab6a5ad1caf356f6 | |
parent | bf1c1b85136bbbe55a50c9cd01ed064d8df75697 [diff] [blame] |
patch 8.1.0389: :behave command is not tested Problem: :behave command is not tested. Solution: Add a test. (Dominique Pelle, closes #3429)
diff --git a/src/version.c b/src/version.c index dce4643..a5f2512 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 389, +/**/ 388, /**/ 387,