commit | b3435b0a3a0967115658d0a8c0224a28969cfa02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:54:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:54:59 2016 +0200 |
tree | ba3e92bbd27469c2517d930906088d6d40f8549d | |
parent | b9c31e71f5a4653a27e81c21226039bfa35b9131 [diff] [blame] |
patch 8.0.0019 Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
diff --git a/src/version.c b/src/version.c index eb1c4ab..9e097af 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,