commit | 38fd4bb2842df7634823b99c655b3896a7a2e988 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 16:38:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 16:38:28 2016 +0100 |
tree | 4b24709eab091051b1967862cc3738ef8f9039f7 | |
parent | 9ef00be261115acb5bae3b3ca45c1d86a19ba2c7 [diff] [blame] |
patch 7.4.1501 Problem: Garbage collection with an option channel is not tested. Solution: Call garbagecollect() in the test.
diff --git a/src/version.c b/src/version.c index 106fa20..0e51caa 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1501, +/**/ 1500, /**/ 1499,