mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.0.0326
Problem: Packadd test uses wrong directory name.
Solution: Use the variable name value. (Hirohito Higashi)
24f8f543d4
This commit is contained in:
parent
24a5564196
commit
651c6f9b6e
@ -626,7 +626,7 @@ static const int included_patches[] = {
|
||||
// 329,
|
||||
// 328,
|
||||
// 327,
|
||||
// 326,
|
||||
326,
|
||||
325,
|
||||
// 324,
|
||||
// 323,
|
||||
|
@ -89,7 +89,7 @@ describe('packadd', function()
|
||||
endif
|
||||
let top2_dir = s:topdir . '/Xdir2'
|
||||
let real_dir = s:topdir . '/Xsym'
|
||||
silent !ln -s real_dir top2_dir
|
||||
exec "silent! !ln -s" real_dir top2_dir
|
||||
let &rtp = top2_dir . ',' . top2_dir . '/after'
|
||||
let &packpath = &rtp
|
||||
|
||||
@ -114,7 +114,7 @@ describe('packadd', function()
|
||||
|
||||
set rtp&
|
||||
let rtp = &rtp
|
||||
silent !rm top2_dir
|
||||
exec "silent !rm" top2_dir
|
||||
endfunc
|
||||
|
||||
func Test_packloadall()
|
||||
|
Loading…
Reference in New Issue
Block a user