mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
refactor: rename mch_msg => os_msg
This commit is contained in:
@@ -253,8 +253,8 @@ enum { FOLD_TEXT_LEN = 51, }; //!< buffer size for get_foldtext()
|
||||
// been seen at that stage. But it must be before globals.h, where error_ga
|
||||
// is declared.
|
||||
#ifndef MSWIN
|
||||
# define mch_errmsg(str) fprintf(stderr, "%s", (str))
|
||||
# define mch_msg(str) printf("%s", (str))
|
||||
# define os_errmsg(str) fprintf(stderr, "%s", (str))
|
||||
# define os_msg(str) printf("%s", (str))
|
||||
#endif
|
||||
|
||||
#include "nvim/buffer_defs.h" // buffer and windows
|
||||
|
Reference in New Issue
Block a user