diff src/ops.c @ 1081:0e57be57fa49 v7.0.207

updated for version 7.0-207
author vimboss
date Sun, 04 Mar 2007 20:22:01 +0000
parents a11e2070c964
children 4eb75f1f40df
line wrap: on
line diff
--- a/src/ops.c
+++ b/src/ops.c
@@ -1042,6 +1042,9 @@ do_record(c)
 	    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.