mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.0.0437
Problem: The packadd test does not create the symlink correctly and does
not test the right thing.
Solution: Create the directory and symlink correctly.
644df41c44
This commit is contained in:
parent
651c6f9b6e
commit
fc7bf1c71d
@ -515,7 +515,7 @@ static const int included_patches[] = {
|
||||
// 440,
|
||||
// 439,
|
||||
// 438,
|
||||
// 437,
|
||||
437,
|
||||
// 436,
|
||||
// 435,
|
||||
// 434,
|
||||
|
@ -89,7 +89,8 @@ describe('packadd', function()
|
||||
endif
|
||||
let top2_dir = s:topdir . '/Xdir2'
|
||||
let real_dir = s:topdir . '/Xsym'
|
||||
exec "silent! !ln -s" real_dir top2_dir
|
||||
call mkdir(real_dir, 'p')
|
||||
exec "silent! !ln -s Xsym" top2_dir
|
||||
let &rtp = top2_dir . ',' . top2_dir . '/after'
|
||||
let &packpath = &rtp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user