commit | 74b738d414b2895b3365e26ae3b7792eb82ccf47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 18:08:33 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 18:08:33 2015 +0200 |
tree | 1e994c8150bce1b362359effc6853c32aa4919ae | |
parent | ba117c23dfd1146aca3235bea172df17a48bccee [diff] [blame] |
patch 7.4.889 Problem: Triggering OptionSet from setwinvar() isn't tested. Solution: Add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 32c4d14..d3ea2d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 889, +/**/ 888, /**/ 887,