1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
Commit Graph

107 Commits

Author SHA1 Message Date
Tae Won Ha
964dc69459
GH-339 Add return statement 2017-01-06 14:08:45 +01:00
Tae Won Ha
3d4867c232
GH-339 Use autorelease pool in the callbacks to be sure 2017-01-06 14:07:02 +01:00
Tae Won Ha
3a61567590
GH-339 Allow nil as result for vim command output 2017-01-06 11:17:53 +01:00
Tae Won Ha
bb066475a9
GH-339 Use ERROR_INIT 2017-01-06 11:10:29 +01:00
Tae Won Ha
2014963689
GH-339 Rename wrapper 2017-01-06 10:31:45 +01:00
Tae Won Ha
9233a07b7b
GH-339 Remove response id handling 2017-01-06 10:27:36 +01:00
Tae Won Ha
6229022612
GH-339 Don't use a queue for UI callbacks 2017-01-06 10:21:40 +01:00
Tae Won Ha
fa82e30cc4
GH-339 Restructure slightly 2017-01-06 10:17:34 +01:00
Tae Won Ha
cd776791eb
GH-339 Migrate input methods 2017-01-06 10:06:47 +01:00
Tae Won Ha
2b91b32e9b
GH-339 "Migrate" start 2017-01-06 09:36:46 +01:00
Tae Won Ha
0029ffa684
GH-339 Copy data 2017-01-06 09:26:26 +01:00
Tae Won Ha
695f2ca47e
GH-339 Migrate vim command 2017-01-06 09:23:11 +01:00
Tae Won Ha
f274865256
GH-339 Migrate resize 2017-01-06 08:58:59 +01:00
Tae Won Ha
08283e2081
GH-339 Migrate dirty status 2017-01-06 08:51:01 +01:00
Tae Won Ha
e0ede2a02c
GH-339 Migrate escaped file names 2017-01-06 08:38:13 +01:00
Tae Won Ha
49aa4a2440
GH-339 Migrate get bool option 2017-01-06 08:33:16 +01:00
Tae Won Ha
33b101eba6
GH-339 Migrate set bool option 2017-01-06 08:28:04 +01:00
Tae Won Ha
75186ebc87
GH-339 Migrate vim command output 2017-01-06 08:14:35 +01:00
Tae Won Ha
1aaf8860b1
GH-339 Refactor to use block 2017-01-06 07:12:05 +01:00
Tae Won Ha
63bd4bc94a
GH-339 Move buffers 2017-01-06 06:42:23 +01:00
Tae Won Ha
df7f321082
GH-339 Try to call methods directly in the main loop 2017-01-05 19:35:44 +01:00
Tae Won Ha
279a768bf7
Revert "GH-376 Compute tabs in the main loop"
This reverts commit 5fbc773584.
2017-01-04 17:38:28 +01:00
Tae Won Ha
b03393a3e0
Revert "GH-376 Get buffers in the main loop"
This reverts commit d7dfddec04.
2017-01-04 17:38:18 +01:00
Tae Won Ha
d7dfddec04
GH-376 Get buffers in the main loop 2017-01-03 14:25:22 +01:00
Tae Won Ha
38b301de10
GH-376 Cast to bool 2017-01-03 10:04:27 +01:00
Tae Won Ha
5fbc773584
GH-376 Compute tabs in the main loop 2017-01-03 09:59:52 +01:00
Tae Won Ha
fabacfd6b3
GH-360 Increase IPC timeout to 10s again 2016-12-07 20:56:03 +01:00
Tae Won Ha
fc8aa77dc5
GH-360 Quit server when the ipc becomes invalid 2016-12-07 20:24:25 +01:00
Tae Won Ha
b6bc89a822
GH-360 Be prepared for buffer being null 2016-12-07 19:19:30 +01:00
Tae Won Ha
16c35ba682
GH-360 Try to react to IPC channels becoming invalid 2016-12-05 21:30:25 +01:00
Tae Won Ha
af718bc3e5
GH-297 Use url instead of unescaped path in neovim buffer 2016-11-24 20:18:43 +01:00
Tae Won Ha
2dde944a46
GH-297 Handle also paths with spaces 2016-11-24 20:18:43 +01:00
Tae Won Ha
5f90b0df19
GH-297 React also to buffer leave 2016-11-23 22:14:20 +01:00
Tae Won Ha
2ec21b1497
GH-297 Add readonly flag to NeoVimBuffer 2016-11-23 22:06:08 +01:00
Tae Won Ha
43c3e69ef3
GH-297 list the buffers 2016-11-22 20:58:15 +01:00
Tae Won Ha
7376b22da4
GH-297 Remove unnec events 2016-11-21 22:14:45 +01:00
Tae Won Ha
c87fde969f
GH-297 Add buffer event 2016-11-21 21:47:31 +01:00
Tae Won Ha
7dcec8a842
Merge branch 'develop' into issue/297-bufferlist 2016-11-21 20:49:51 +01:00
Tae Won Ha
5abe9e95a9
Change timeout to 10 again
- Since changed to 2, I often get no responses... I thought CFTimeInterval was in secs?
2016-11-21 20:36:57 +01:00
Tae Won Ha
ff541a8022
GH-297 Reformat 2016-11-20 21:50:45 +01:00
Tae Won Ha
454317159c
GH-297 Add some stub reaction to many neovim events 2016-11-20 20:45:30 +01:00
Tae Won Ha
cf62d4b25f
GH-341 Set timeout for the IPC to 2sec. 2016-11-20 12:05:52 +01:00
Tae Won Ha
5b82f0d19e
GH-337 Set LANG in the server
- If we set LANG in NeoVimAgent, strangely, on 10.12 init.vim does not
  get read... (and a folder named ~ gets created in the cwd...)
2016-11-13 14:57:59 +01:00
Tae Won Ha
ff9d35abf4
Do not autorelease boxed number 2016-11-11 20:51:40 +01:00
Tae Won Ha
3352f86c3b
GH-332 Refactor slightly 2016-11-11 13:37:38 +01:00
Tae Won Ha
df257ad99e
GH-332 Use combination of normal mode commands to Cmd-V and not
nvim_input
2016-11-11 12:16:37 +01:00
Tae Won Ha
704100bcee
GH-332 Refactor get/set bool option 2016-11-11 12:14:31 +01:00
Tae Won Ha
40a1e9375f
GH-332 Refactor sync result msgs from the server 2016-11-11 12:14:18 +01:00
Tae Won Ha
703201c69f
GH-332 Add get/set bool option 2016-11-10 17:33:37 +01:00
Tae Won Ha
3769633d24
GH-309 Select the neovim window when the file is already open 2016-10-23 19:49:38 +02:00