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
index d1cdafc..dc48efc 100644
--- a/src/testdir/test_textobjects.in
+++ b/src/testdir/test_textobjects.in
@@ -3,7 +3,7 @@
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
index 9431180..5601c01 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 694,
+/**/
693,
/**/
692,