vim-patch:8.0.0325

Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)

913727e567
This commit is contained in:
James McCoy 2017-08-21 12:37:24 -04:00
parent a66eca78c2
commit 24a5564196
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
2 changed files with 2 additions and 1 deletions

View File

@ -627,7 +627,7 @@ static const int included_patches[] = {
// 328,
// 327,
// 326,
// 325,
325,
// 324,
// 323,
322,

View File

@ -114,6 +114,7 @@ describe('packadd', function()
set rtp&
let rtp = &rtp
silent !rm top2_dir
endfunc
func Test_packloadall()