0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0106

This commit is contained in:
Bram Moolenaar
2005-07-09 21:08:57 +00:00
parent a466c99842
commit 35fdbb540a
9 changed files with 205 additions and 66 deletions

View File

@@ -4432,7 +4432,7 @@ RealWaitForChar(fd, msec, check_for_gpm)
#endif
#ifdef MAY_LOOP
while (1)
for (;;)
#endif
{
#ifdef MAY_LOOP