1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

Merge branch 'develop' into issue/297-bufferlist

This commit is contained in:
Tae Won Ha 2016-11-21 20:49:51 +01:00
commit 7dcec8a842
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
//#define DEBUG_NEOVIM_SERVER_STANDALONE
static const double qTimeout = 2;
static const double qTimeout = 10;
#define data_to_array(type) \
static type *data_to_ ## type ## _array(NSData *data, NSUInteger count) { \

View File

@ -11,7 +11,7 @@
#import "NeoVimWindow.h"
static const double qTimeout = 2;
static const double qTimeout = 10;
#define data_to_array(type) \
static type *data_to_ ## type ## _array(NSData *data, NSUInteger count) { \