mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Rename mch_* functions to os_* in os module.
This commit is contained in:

committed by
Thiago de Arruda

parent
3f7011ab91
commit
5762c4e528
@@ -752,7 +752,7 @@ void ex_messages(exarg_T *eap)
|
||||
|
||||
msg_hist_off = TRUE;
|
||||
|
||||
s = mch_getenv("LANG");
|
||||
s = os_getenv("LANG");
|
||||
if (s != NULL && *s != NUL)
|
||||
msg_attr((char_u *)
|
||||
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
|
||||
|
Reference in New Issue
Block a user