mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +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:
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "vim.h"
|
||||
#include "os/os.h"
|
||||
|
||||
static int quitmore = 0;
|
||||
static int ex_pressedreturn = FALSE;
|
||||
|
Reference in New Issue
Block a user