mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00: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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user