commit | f98246d4849e670c6660e97887428dcddf88dc9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:21:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:21:18 2017 +0200 |
tree | 70b60894eea62c6a7dfc128a59a292b23edb7061 | |
parent | d1ee0043c0360f6b504c0283edd2a844ef73a349 [diff] [blame] |
patch 8.0.0806: tests may try to create XfakeHOME twice Problem: Tests may try to create XfakeHOME twice. Solution: Avoid loading setup.vim twice.
diff --git a/src/version.c b/src/version.c index ed7880c..cde101a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 806, +/**/ 805, /**/ 804,