mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0051
This commit is contained in:
4
src/ui.c
4
src/ui.c
@@ -58,8 +58,7 @@ ui_write(s, len)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if (defined(FEAT_GUI) && (defined(UNIX) || defined(VMS))) \
|
||||
|| defined(MACOS_X_UNIX) || defined(PROTO)
|
||||
#if defined(UNIX) || defined(VMS) || defined(PROTO)
|
||||
/*
|
||||
* When executing an external program, there may be some typed characters that
|
||||
* are not consumed by it. Give them back to ui_inchar() and they are stored
|
||||
@@ -1761,6 +1760,7 @@ fill_input_buf(exit_on_error)
|
||||
# if 0
|
||||
) /* avoid syntax highlight error */
|
||||
# endif
|
||||
|
||||
if (len > 0 || got_int)
|
||||
break;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user