vim-patch:7.4.1686

Problem:    When running tests $HOME/.viminfo is written. (James McCoy)
Solution:   Add 'nviminfo' to the 'viminfo' option. (closes vim/vim#722)

e9c0727003
This commit is contained in:
Shougo Matsushita 2016-11-22 07:28:50 +09:00
parent 5f0260808c
commit 071a7d3d78
2 changed files with 4 additions and 1 deletions

View File

@ -51,6 +51,9 @@ lang mess C
" Always use forward slashes.
set shellslash
" Make sure $HOME does not get read or written.
let $HOME = '/does/not/exist'
function RunTheTest(test)
echo 'Executing ' . a:test
if exists("*SetUp")

View File

@ -758,7 +758,7 @@ static int included_patches[] = {
// 1689 NA
// 1688 NA
// 1687 NA
// 1686,
1686,
// 1685,
// 1684 NA
// 1683 NA