forked from aniani/vim
updated for version 7.0106
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user