diff --git a/src/testdir/test_gettext_make.vim b/src/testdir/test_gettext_make.vim index 1242fa43c..860aa2c65 100644 --- a/src/testdir/test_gettext_make.vim +++ b/src/testdir/test_gettext_make.vim @@ -18,6 +18,7 @@ func Test_gettext_makefile() \ ..\testdir\test_gettext_makefile_in4.vim" test_gettext.pot') else " Will it work on macOS? + CheckExecutable xgettext call system("make -f Makefile PLUGPACKAGE=test_gettext \ PO_PLUG_INPUTLIST=\"../testdir/test_gettext_makefile_in1.vim \ ../testdir/test_gettext_makefile_in2.vim diff --git a/src/version.c b/src/version.c index 9a7a53603..1ba85a9c6 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 712, /**/ 711, /**/