We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f6f3f commit 913727eCopy full SHA for 913727e
src/testdir/test_packadd.vim
@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
98
99
set rtp&
100
let rtp = &rtp
101
+ silent !rm top2_dir
102
endfunc
103
104
" Check command-line completion for 'packadd'
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 325,
769
/**/
770
324,
771
0 commit comments