mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
Moved mch_get_pid and renamed it to os_get_pid
This commit is contained in:

committed by
Thiago de Arruda

parent
f545afaed0
commit
a8013f2bb1
@@ -9872,7 +9872,7 @@ static void f_getmatches(typval_T *argvars, typval_T *rettv)
|
||||
*/
|
||||
static void f_getpid(typval_T *argvars, typval_T *rettv)
|
||||
{
|
||||
rettv->vval.v_number = mch_get_pid();
|
||||
rettv->vval.v_number = os_get_pid();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user