mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0326: packadd test uses wrong directory name
Problem: Packadd test uses wrong directory name. Solution: Use the variable name value. (Hirohito Higashi)
This commit is contained in:
@@ -73,7 +73,7 @@ func Test_packadd_symlink_dir()
|
|||||||
endif
|
endif
|
||||||
let top2_dir = s:topdir . '/Xdir2'
|
let top2_dir = s:topdir . '/Xdir2'
|
||||||
let real_dir = s:topdir . '/Xsym'
|
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 &rtp = top2_dir . ',' . top2_dir . '/after'
|
||||||
let &packpath = &rtp
|
let &packpath = &rtp
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ func Test_packadd_symlink_dir()
|
|||||||
|
|
||||||
set rtp&
|
set rtp&
|
||||||
let rtp = &rtp
|
let rtp = &rtp
|
||||||
silent !rm top2_dir
|
exec "silent !rm" top2_dir
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Check command-line completion for 'packadd'
|
" Check command-line completion for 'packadd'
|
||||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
326,
|
||||||
/**/
|
/**/
|
||||||
325,
|
325,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user