comparison src/if_ole.cpp @ 859:99305c4c42d4

updated for version 7.0g02
author vimboss
date Wed, 03 May 2006 21:26:49 +0000
parents 0f9f4761ad9c
children 3cd88bdcd97d
comparison
equal deleted inserted replaced
858:ca82de29ac19 859:99305c4c42d4
312 vim_free(buffer); 312 vim_free(buffer);
313 return E_INVALIDARG; 313 return E_INVALIDARG;
314 } 314 }
315 315
316 /* Translate key codes like <Esc> */ 316 /* Translate key codes like <Esc> */
317 str = replace_termcodes((char_u *)buffer, &ptr, FALSE, TRUE); 317 str = replace_termcodes((char_u *)buffer, &ptr, FALSE, TRUE, FALSE);
318 318
319 /* If ptr was set, then a new buffer was allocated, 319 /* If ptr was set, then a new buffer was allocated,
320 * so we can free the old one. 320 * so we can free the old one.
321 */ 321 */
322 if (ptr) 322 if (ptr)