mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0179
This commit is contained in:
@@ -111,9 +111,9 @@ do_ascii(eap)
|
||||
IObuff[len++] = ' ';
|
||||
IObuff[len++] = '<';
|
||||
if (utf_iscomposing(c)
|
||||
#ifdef USE_GUI
|
||||
# ifdef USE_GUI
|
||||
&& !gui.in_use
|
||||
#endif
|
||||
# endif
|
||||
)
|
||||
IObuff[len++] = ' '; /* draw composing char on top of a space */
|
||||
len += (*mb_char2bytes)(c, IObuff + len);
|
||||
|
Reference in New Issue
Block a user