mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Merge #10098 'win: fix msg_puts_printf()'
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user