commit | efa304d760640e5c575bef97d689f7c360b20779 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 14:08:28 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 14:08:28 2014 +0200 |
tree | d0684a4aaa600ec132004dcdf2dd2b36fc8bb287 | |
parent | e7a88a8d4ebd2419ad926578ddc0ee4bf43cf069 [diff] [blame] |
updated for version 7.4.231 Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones.
diff --git a/src/version.c b/src/version.c index ef8d474..bd6ad3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 231, +/**/ 230, /**/ 229,