updated for version 7.0127
diff --git a/src/option.c b/src/option.c
index 32eca0b..ab66727 100644
--- a/src/option.c
+++ b/src/option.c
@@ -4121,7 +4121,7 @@
 				    ++arg;	/* remove backslash */
 #ifdef FEAT_MBYTE
 				if (has_mbyte
-					&& (i = (*mb_ptr2len_check)(arg)) > 1)
+					&& (i = (*mb_ptr2len)(arg)) > 1)
 				{
 				    /* copy multibyte char */
 				    mch_memmove(s, arg, (size_t)i);