updated for version 7.0-207
diff --git a/src/ops.c b/src/ops.c
index 701b339..3fe69fc 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -1042,6 +1042,9 @@
 	    retval = FAIL;
 	else
 	{
+	    /* Remove escaping for CSI and K_SPECIAL in multi-byte chars. */
+	    vim_unescape_csi(p);
+
 	    /*
 	     * We don't want to change the default register here, so save and
 	     * restore the current register name.