commit | 8089cae03baf229b28bb850297da874024ca9f26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 21:35:05 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 21:35:05 2005 +0000 |
tree | 55fbb09d0d3a8f8e17b7033221983c99f4d0cc09 | |
parent | 758711c5dc0cbbcc8499214a3743f0d6b17fbe27 [diff] [blame] |
updated for version 7.0048
diff --git a/src/os_mswin.c b/src/os_mswin.c index f5c4abf..5d45d7b 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -584,6 +584,7 @@ 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 @@ #endif STRCPY(s, _("...(truncated)")); } +#endif (void)gui_mch_dialog(VIM_ERROR, (char_u *)_("Error"), p, (char_u *)_("&Ok"), 1, NULL);