File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
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,7 +98,7 @@ func Test_packadd_symlink_dir()
9898
9999 set rtp &
100100 let rtp = &rtp
101- silent ! rm top2_dir
101+ exec " silent !rm" top2_dir
102102endfunc
103103
104104" Check command-line completion for 'packadd'
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 326 ,
767769/**/
768770 325 ,
769771/**/
You can’t perform that action at this time.
0 commit comments