updated for version 7.2-128
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 60bbb5f..c730d76 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -8792,7 +8792,7 @@
 		else if (*dirnow != NUL
 			&& (ssop_flags & SSOP_CURDIR) && globaldir != NULL)
 		{
-		    if (mch_chdir((char *)globaldir) == OK)
+		    if (mch_chdir((char *)globaldir) == 0)
 			shorten_fnames(TRUE);
 		}
 
diff --git a/src/version.c b/src/version.c
index 6877f67..4331654 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    128,
+/**/
     127,
 /**/
     126,