0
0
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:
Bram Moolenaar
2017-02-11 23:00:36 +01:00
parent 913727e567
commit 24f8f543d4
2 changed files with 4 additions and 2 deletions

View File

@@ -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'

View File

@@ -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,
/**/ /**/