mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user