commit | 81b85876add936231a832044e0e2f9d7efa3808d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 04 20:22:01 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 04 20:22:01 2007 +0000 |
tree | 061995cffa8fbdd1cc4bbc81b7e72de3662a503a | |
parent | 733f0a286e03159c362a835bb44334cd3f2bb91c [diff] [blame] |
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.