1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 10:23:12 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Tae Won Ha
43e96079bd
Reformat and use @import 2016-10-22 17:28:35 +02:00
Tae Won Ha
1c9ccf6e28
GH-260 Use neovim's logging facilities in NeoVimServer 2016-08-26 15:31:30 +02:00
Tae Won Ha
5efad3603d
GH-248 Modify some logs 2016-08-12 23:45:56 +02:00
Tae Won Ha
7db9cf1440
GH-216 Change wording 2016-07-17 15:59:01 +02:00
Tae Won Ha
07f0210841
Add some logging 2016-07-10 14:43:26 +02:00
Tae Won Ha
6eca26bbc7
Refactor slightly 2016-07-10 14:00:31 +02:00
Tae Won Ha
f7a2fe770b
Ensure no NeoVimServer processes are left over 2016-07-10 11:38:53 +02:00
Tae Won Ha
4f0a20d2ba
Make NeoVimServer work 2016-07-10 11:38:52 +02:00
Tae Won Ha
2623b351c6
Restructure the project
- add the NeoVimServer binary
- we're on our way to remove the XPC service since only 1-to-1 correspondence
  possible between an XPC and the main app
- NeoVimServer communicates with the main app via two CFMessagePorts
- Use enums to distinguish between messages
2016-07-10 11:38:34 +02:00