From 8089cae03baf229b28bb850297da874024ca9f26 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 5 Feb 2005 21:35:05 +0000 Subject: updated for version 7.0048 --- src/os_mswin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/os_mswin.c b/src/os_mswin.c index f5c4abf4a6..5d45d7bfb9 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -584,6 +584,7 @@ display_errors() for (p = (char *)error_ga.ga_data; *p; ++p) if (!isspace(*p)) { +#if 0 /* Truncate a very long message, it will go off-screen. */ if (STRLEN(p) > 2000) { @@ -595,6 +596,7 @@ display_errors() #endif STRCPY(s, _("...(truncated)")); } +#endif (void)gui_mch_dialog(VIM_ERROR, (char_u *)_("Error"), p, (char_u *)_("&Ok"), 1, NULL); -- cgit v1.2.3