mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18: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:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "vim.h"
|
||||
#include "os/os.h"
|
||||
|
||||
static int path_is_url __ARGS((char_u *p));
|
||||
static void win_init __ARGS((win_T *newp, win_T *oldp, int flags));
|
||||
|
Reference in New Issue
Block a user