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

Refactor slightly

This commit is contained in:
Tae Won Ha 2018-07-21 11:23:15 +02:00
parent 1bfbb141c0
commit bf692fbc06
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,9 @@
#import "CocoaCategories.h"
static CFRunLoopRef _mainRunLoop;
NvimServer *_neovim_server;
CFRunLoopRef _mainRunLoop;
static void observe_parent_termination() {
pid_t parentPID = getppid();

View File

@ -9,7 +9,6 @@
@class NvimServer;
extern NvimServer *_neovim_server;
extern CFRunLoopRef _mainRunLoop;
extern void start_neovim(NSInteger width, NSInteger height, NSArray<NSString *> *args);