diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index b1e2ed8343..20add03ce2 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -1,6 +1,7 @@ " A series of tests that can run in one Vim invocation. " This makes testing go faster, since Vim doesn't need to restart. +source test_backspace_opt.vim source test_lispwords.vim source test_searchpos.vim source test_set.vim diff --git a/src/version.c b/src/version.c index e49fadb618..90cfd89f3c 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1034, /**/ 1033, /**/