commit | 7a9a5f4019ce332cb11ce5370e3fa609299ce737 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 22:34:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 22:34:14 2016 +0200 |
tree | 07c86aa11329558b9497c10ed0a90d1b3f43d4a7 | |
parent | 09de17536dd84e43aed7a575183e320e8d980b68 [diff] [blame] |
patch 7.4.2184 Problem: Tests that use RunVim() do not actually perform the test. Solution: Use "return" instead of "call". (Ken Takata)
diff --git a/src/version.c b/src/version.c index 23819b1..bb34f29 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2184, +/**/ 2183, /**/ 2182,