mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Implement mch_delay
on top of libuv
Needed to temporarily move two static variables from os_unix.c to 'globals.h' as those are shared by other functions still in os_unix.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "ui.h"
|
||||
#include "window.h"
|
||||
#include "os/os.h"
|
||||
#include "os/time.h"
|
||||
|
||||
#ifdef HAVE_TGETENT
|
||||
# ifdef HAVE_TERMIOS_H
|
||||
|
Reference in New Issue
Block a user