commit | 1307d1c003b01b4f67524c95feb07c3d91c7c428 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:16:49 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:16:49 2018 +0200 |
tree | 8c365b3c02351b128d4aea2744f4411425a84b30 | |
parent | a05a0d325c7615439f4a42f00682b2ebad43c8d9 [diff] [blame] |
patch 8.1.0460: assert_fails() does not take a message argument Problem: assert_fails() does not take a message argument Solution: Add the argument.
diff --git a/src/version.c b/src/version.c index c868496..7a2e94a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 460, +/**/ 459, /**/ 458,