mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 06:43:24 +03:00
Refactor slightly
This commit is contained in:
parent
1bfbb141c0
commit
bf692fbc06
@ -11,8 +11,9 @@
|
||||
#import "CocoaCategories.h"
|
||||
|
||||
|
||||
static CFRunLoopRef _mainRunLoop;
|
||||
|
||||
NvimServer *_neovim_server;
|
||||
CFRunLoopRef _mainRunLoop;
|
||||
|
||||
static void observe_parent_termination() {
|
||||
pid_t parentPID = getppid();
|
||||
|
@ -9,7 +9,6 @@
|
||||
@class NvimServer;
|
||||
|
||||
extern NvimServer *_neovim_server;
|
||||
extern CFRunLoopRef _mainRunLoop;
|
||||
|
||||
extern void start_neovim(NSInteger width, NSInteger height, NSArray<NSString *> *args);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user