mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Create new OS module
This module will contain all functions that perform OS calls such as IO, filesystem access, etc.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* misc2.c: Various functions.
|
||||
*/
|
||||
#include "vim.h"
|
||||
#include "os/os.h"
|
||||
|
||||
static char_u *username = NULL; /* cached result of mch_get_user_name() */
|
||||
|
||||
|
Reference in New Issue
Block a user