diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim index 781f810ef7..e0884e5a05 100644 --- a/src/testdir/test_crash.vim +++ b/src/testdir/test_crash.vim @@ -5,6 +5,8 @@ source screendump.vim CheckScreendump func Test_crash1() + CheckNotBSD + if !executable('sh') throw 'Skipped: sh not executable!' endif diff --git a/src/version.c b/src/version.c index b7a854e98e..a5e570e931 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1872, /**/ 1871, /**/