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:
Thiago de Arruda
2014-03-24 19:11:51 -03:00
parent ed42c808b6
commit 32f118a47f
9 changed files with 99 additions and 64 deletions

View File

@@ -30,6 +30,7 @@
#include "normal.h"
#include "option.h"
#include "os_unix.h"
#include "os/time.h"
#include "screen.h"
#include "term.h"
#include "window.h"