mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07: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:
parent
924cacd2fc
commit
7aaffb7001
@ -3,7 +3,7 @@ Tests for text-objects vim: set ft=vim :
|
||||
STARTTEST
|
||||
:so small.vim
|
||||
:if !has('textobjects') | e! test.ok | wq! test.out | endif
|
||||
:set nocompatible
|
||||
:set nocp viminfo+=nviminfo
|
||||
:"
|
||||
:function SelectionOut(data)
|
||||
: new
|
||||
|
@ -594,7 +594,7 @@ static int included_patches[] = {
|
||||
697,
|
||||
696,
|
||||
695,
|
||||
// 694,
|
||||
694,
|
||||
// 693,
|
||||
// 692 NA
|
||||
// 691 NA
|
||||
|
Loading…
Reference in New Issue
Block a user