1
0
forked from aniani/vim

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