0
0
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:
Bram Moolenaar
2005-02-22 08:56:13 +00:00
parent 26a60b4524
commit 5313dcb75a
15 changed files with 8065 additions and 346 deletions

View File

@@ -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;
/*