# HG changeset patch # User Bram Moolenaar # Date 1428922692 -7200 # Node ID cdddbd63bcfe74508af6c3a5a522032871244662 # Parent fbc1131f0ba5be4ec74fb2ccdfb3559b446a2b1e patch 7.4.694 Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test. diff --git a/src/testdir/test_textobjects.in b/src/testdir/test_textobjects.in --- 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 diff --git a/src/version.c b/src/version.c --- 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,