File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func Test_packadd_symlink_dir()
7373 endif
7474 let top2_dir = s: topdir . ' /Xdir2'
7575 let real_dir = s: topdir . ' /Xsym'
76- silent ! ln -s real_dir top2_dir
76+ exec " silent !ln -s" real_dir top2_dir
7777 let &rtp = top2_dir . ' ,' . top2_dir . ' /after'
7878 let &packpath = &rtp
7979
@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
9898
9999 set rtp &
100100 let rtp = &rtp
101+ exec " silent !rm" top2_dir
101102endfunc
102103
103104" Check command-line completion for 'packadd'
Original file line number Diff line number Diff line change @@ -779,6 +779,10 @@ static char *(features[]) =
779779
780780static int included_patches [] =
781781{ /* Add new patch number below this line */
782+ /**/
783+ 326 ,
784+ /**/
785+ 325 ,
782786/**/
783787 324 ,
784788/**/
You can’t perform that action at this time.
0 commit comments