diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim index fa4e16e38..882a140a8 100644 --- a/runtime/indent/testdir/runtest.vim +++ b/runtime/indent/testdir/runtest.vim @@ -12,6 +12,7 @@ set nowrapscan set report=9999 set modeline set debug=throw +set nomore au! SwapExists * call HandleSwapExists() func HandleSwapExists() diff --git a/src/version.c b/src/version.c index ad595c6f0..da4eed753 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 */ +/**/ + 1580, /**/ 1579, /**/