There was an error while loading. Please reload this page.
1 parent 18c4f1b commit 3166afdCopy full SHA for 3166afd
2 files changed
src/testdir/test_perl.vim
@@ -221,7 +221,7 @@ endfunc
221
222
" Run first to get a clean namespace
223
func Test_000_SvREFCNT()
224
- for i in range(10)
+ for i in range(8)
225
exec 'new X'.i
226
endfor
227
new t
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 191,
794
/**/
795
190,
796
0 commit comments