diff src/version.c @ 5774:0a295a3c9e47 v7.4.231

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Apr 2014 14:08:28 +0200
parents 57ecd7a8c0f0
children 845608965bd9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    231,
+/**/
     230,
 /**/
     229,