diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 60bbb5f81d..c730d761bb 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -8792,7 +8792,7 @@ ex_mkrc(eap) 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 6877f67cd0..4331654b63 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 128, /**/ 127, /**/