mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
5f0260808c
commit
071a7d3d78
@ -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")
|
||||
|
@ -758,7 +758,7 @@ static int included_patches[] = {
|
||||
// 1689 NA
|
||||
// 1688 NA
|
||||
// 1687 NA
|
||||
// 1686,
|
||||
1686,
|
||||
// 1685,
|
||||
// 1684 NA
|
||||
// 1683 NA
|
||||
|
Loading…
Reference in New Issue
Block a user