Skip to content

Commit 809435e

Browse files
brammooldouglaskayama
authored andcommitted
patch 7.4.694 Problem: Running tests changes the .viminfo file. Solution: Disable viminfo in the text objects test.
1 parent f7a2e90 commit 809435e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_textobjects.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Tests for text-objects vim: set ft=vim :
33
STARTTEST
44
:so small.vim
55
:if !has('textobjects') | e! test.ok | wq! test.out | endif
6-
:set nocompatible
6+
:set nocp viminfo+=nviminfo
77
:"
88
:function SelectionOut(data)
99
: new

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ static char *(features[]) =
756756

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
694,
759761
/**/
760762
693,
761763
/**/

0 commit comments

Comments
 (0)