mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
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:
parent
a66eca78c2
commit
24a5564196
@ -627,7 +627,7 @@ static const int included_patches[] = {
|
||||
// 328,
|
||||
// 327,
|
||||
// 326,
|
||||
// 325,
|
||||
325,
|
||||
// 324,
|
||||
// 323,
|
||||
322,
|
||||
|
@ -114,6 +114,7 @@ describe('packadd', function()
|
||||
|
||||
set rtp&
|
||||
let rtp = &rtp
|
||||
silent !rm top2_dir
|
||||
endfunc
|
||||
|
||||
func Test_packloadall()
|
||||
|
Loading…
Reference in New Issue
Block a user