diff --git a/src/testdir/test55.in b/src/testdir/test55.in index f255e33e4e..991c4605c0 100644 --- a/src/testdir/test55.in +++ b/src/testdir/test55.in @@ -3,6 +3,7 @@ Tests for List and Dictionary types. vim: set ft=vim : STARTTEST :so small.vim :fun Test(...) +:lang C :" Creating List directly with different types :let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},] :$put =string(l) diff --git a/src/version.c b/src/version.c index 7db091245d..309f656c6b 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 847, /**/ 846, /**/