changeset 157:5242c44962c2

updated for version 7.0048
author vimboss
date Sat, 05 Feb 2005 21:35:05 +0000
parents c5b05f6de1ad
children 78423945b251
files src/os_mswin.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);