diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 1d70a90f0..5fe391b8f 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -365,6 +365,11 @@ func RunTheTest(test) call add(s:messages, message) let s:done += 1 + " close any split windows + while winnr('$') > 1 + bwipe! + endwhile + " May be editing some buffer, wipe it out. Then we may end up in another " buffer, continue until we end up in an empty no-name buffer without a swap " file. diff --git a/src/version.c b/src/version.c index fa6535208..f8977bc20 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1034, /**/ 1033, /**/