Merge #10098 'win: fix msg_puts_printf()'

This commit is contained in:
Justin M. Keyes
2019-08-12 02:42:13 +02:00
12 changed files with 127 additions and 133 deletions

View File

@@ -895,11 +895,6 @@ EXTERN disptick_T display_tick INIT(= 0);
* cursor position in Insert mode. */
EXTERN linenr_T spell_redraw_lnum INIT(= 0);
#ifdef USE_MCH_ERRMSG
// Grow array to collect error messages in until they can be displayed.
EXTERN garray_T error_ga INIT(= GA_EMPTY_INIT_VALUE);
#endif
/*
* The error messages that can be shared are included here.