1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00
vimr/NeoVimXpc
Tae Won Ha 1ca45e84c5
Manually memory-manage in the XPC implementation
- Input events are fed and processed in two different threads. We want
  to be sure that our NSStrings are released only after the processing
  of the event has been done.
2016-06-07 19:47:27 +02:00
..
Info.plist Initial commit with content 2016-06-03 23:43:39 +02:00
main.m Use RxSwift to react to some of the UI events 2016-06-05 17:49:16 +02:00
NeoVimXpc.h Manually memory-manage in the XPC implementation 2016-06-07 19:47:27 +02:00
NeoVimXpcImpl.h Add a probe method to the XPC service 2016-06-07 18:48:59 +02:00
NeoVimXpcImpl.m Manually memory-manage in the XPC implementation 2016-06-07 19:47:27 +02:00