diff --git a/src/testdir/test_functions.vim b/src/testdir/test_functions.vim index 4ec466685..a467e3dc4 100644 --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -3628,6 +3628,9 @@ endfunc " Test for glob() with shell special patterns func Test_glob_extended_bash() CheckExecutable bash + CheckNotMSWindows + CheckNotMac " The default version of bash is old on macOS. + let _shell = &shell set shell=bash diff --git a/src/version.c b/src/version.c index d54df70ba..fb1b30713 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 */ +/**/ + 1947, /**/ 1946, /**/