changeset 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 fbc1131f0ba5
children a0990bffa463
files src/testdir/test_textobjects.in src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_textobjects.in
+++ b/src/testdir/test_textobjects.in
@@ -3,7 +3,7 @@ Tests for text-objects     vim: set ft=v
 STARTTEST
 :so small.vim
 :if !has('textobjects') | e! test.ok | wq! test.out | endif
-:set nocompatible
+:set nocp viminfo+=nviminfo
 :"
 :function SelectionOut(data)
 :  new
--- 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,