summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test_gettext_make.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_gettext_make.vim b/src/testdir/test_gettext_make.vim
index 22b04745e0..1242fa43c1 100644
--- a/src/testdir/test_gettext_make.vim
+++ b/src/testdir/test_gettext_make.vim
@@ -6,7 +6,7 @@ CheckFeature gettext
func Test_gettext_makefile()
cd ../po
if has('win32')
- if getenv('GETTEXT_PATH') == ''
+ if getenv('GETTEXT_PATH') == v:null
throw 'Skipped: %GETTEXT_PATH% is not set.'
endif
call system('nmake.exe -f Make_mvc.mak "VIMPROG=' .. getenv('VIMPROG') ..
diff --git a/src/version.c b/src/version.c
index c9113e628a..9dbe651abf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 576,
+/**/
575,
/**/
574,