1
0
forked from aniani/vim

updated for version 7.0106

This commit is contained in:
Bram Moolenaar
2005-07-09 21:03:22 +00:00
parent ac76e4dd91
commit a466c99842
7 changed files with 41 additions and 17 deletions

View File

@@ -2855,7 +2855,7 @@ vim_SelFile(toplevel, prompt, init_path, show_entry, x, y, fg, bg, scroll_fg, sc
SFdirModTimerId = XtAppAddTimeOut(SFapp, (unsigned long) 1000,
SFdirModTimer, (XtPointer) NULL);
while (1)
for (;;)
{
XtAppNextEvent(SFapp, &event);
XtDispatchEvent(&event);