mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0g02
This commit is contained in:
@@ -314,7 +314,7 @@ CVim::SendKeys(BSTR keys)
|
||||
}
|
||||
|
||||
/* Translate key codes like <Esc> */
|
||||
str = replace_termcodes((char_u *)buffer, &ptr, FALSE, TRUE);
|
||||
str = replace_termcodes((char_u *)buffer, &ptr, FALSE, TRUE, FALSE);
|
||||
|
||||
/* If ptr was set, then a new buffer was allocated,
|
||||
* so we can free the old one.
|
||||
|
Reference in New Issue
Block a user