From: Bram Moolenaar Date: Sat, 9 Jul 2005 20:58:57 +0000 (+0000) Subject: updated for version 7.0106 X-Git-Tag: v7.0106~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac76e4dd911ffbfe12aa5976c8629d3e310ccce9;p=thirdparty%2Fvim.git updated for version 7.0106 --- diff --git a/src/gui_athena.c b/src/gui_athena.c index 91026ea21a..9507e783a8 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield) XtPopup(dialogshell, XtGrabNonexclusive); - while (1) + for (;;) { XtAppNextEvent(app, &event); XtDispatchEvent(&event);