0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-207

This commit is contained in:
Bram Moolenaar
2007-03-04 20:22:01 +00:00
parent 733f0a286e
commit 81b85876ad
4 changed files with 35 additions and 0 deletions

View File

@@ -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.