diff src/version.c @ 2949:7fe2c092913e v7.3.247

updated for version 7.3.247 Problem: Running tests changes the users viminfo file. Test for patch 7.3.245 missing. Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Jul 2011 13:33:21 +0200
parents 3f1a4ed36d1b
children 57a7998e0fa8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    247,
+/**/
     246,
 /**/
     245,