diff src/version.c @ 6742:cdddbd63bcfe v7.4.694

patch 7.4.694 Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test.
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Apr 2015 12:58:12 +0200
parents f012247e8ec8
children 7f9a158cf1d9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    694,
+/**/
     693,
 /**/
     692,