vim-patch:7.4.694

Problem:    Running tests changes the .viminfo file.
Solution:   Disable viminfo in the text objects test.

29d54df5cd
This commit is contained in:
watiko
2016-02-03 07:07:39 +09:00
parent 924cacd2fc
commit 7aaffb7001
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Tests for text-objects vim: set ft=vim :
STARTTEST STARTTEST
:so small.vim :so small.vim
:if !has('textobjects') | e! test.ok | wq! test.out | endif :if !has('textobjects') | e! test.ok | wq! test.out | endif
:set nocompatible :set nocp viminfo+=nviminfo
:" :"
:function SelectionOut(data) :function SelectionOut(data)
: new : new

View File

@@ -594,7 +594,7 @@ static int included_patches[] = {
697, 697,
696, 696,
695, 695,
// 694, 694,
// 693, // 693,
// 692 NA // 692 NA
// 691 NA // 691 NA