aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-12-16 12:27:49 -0500
committerGitHub <noreply@github.com>2022-12-16 12:27:49 -0500
commit37915cc5abd5c6f6ae89c1091304c8da2b0fa8fe (patch)
tree6dac8769883cac8f0345dd9d3149a629bfb8a2b6 /src/nvim/vim.h
parentb55ccb43240c931d1a52a85b02920521a838e0a7 (diff)
parenta5207304dd7cda519ae94b313b9d4fb6dbd298f6 (diff)
downloadrneovim-37915cc5abd5c6f6ae89c1091304c8da2b0fa8fe.tar.gz
rneovim-37915cc5abd5c6f6ae89c1091304c8da2b0fa8fe.tar.bz2
rneovim-37915cc5abd5c6f6ae89c1091304c8da2b0fa8fe.zip
Merge #21444 rename mch_msg => os_msg
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 3a927d6a55..52af85ccc6 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -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