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

128 Commits

Author SHA1 Message Date
Tae Won Ha
a6990259da
Remove some compile warnings 2017-04-24 20:36:34 +02:00
Tae Won Ha
b235a703b3
Update neovim 2017-04-07 11:26:31 +02:00
Tae Won Ha
35fd4d97a8
Add opened files list w/o double click 2017-02-26 12:00:19 +01:00
Tae Won Ha
18fe88ffbd
GH-392 Remove unnec' function 2017-01-24 18:28:26 +01:00
Tae Won Ha
e815bc6641
GH-392 Synchronize all nvim_... calls 2017-01-24 18:27:44 +01:00
Tae Won Ha
6533cb55cc
Merge branch 'develop' into issue/339-md-preview 2017-01-08 21:36:13 +01:00
Tae Won Ha
cc24d91906
Use DLOG instead of WLOG 2017-01-08 21:35:54 +01:00
Tae Won Ha
00137e144e
Stop run loop instead of exit(0) 2017-01-08 21:34:04 +01:00
Tae Won Ha
0a94c43a9b
Use dispatch source for parent process monitoring 2017-01-08 21:34:03 +01:00
Tae Won Ha
9c17450ef0
GH-339 Call has dirty docs from UI again 2017-01-08 18:07:42 +01:00
Tae Won Ha
f59be1cb5a
GH-339 Use api call for command output 2017-01-08 10:04:04 +01:00
Tae Won Ha
a5dc659b24
GH-339 Push dirty status to the UI (again) 2017-01-07 16:06:39 +01:00
Tae Won Ha
491eaa73d4
GH-339 Push the current line and col to the UI 2017-01-07 15:53:32 +01:00
Tae Won Ha
fbe1d4a917
GH-339 Use cursor goto method 2017-01-07 15:12:07 +01:00
Tae Won Ha
dc9f89279f
GH-339 Make sure that we are sending msgs in the main loop 2017-01-07 14:56:45 +01:00
Tae Won Ha
5098c13781
GH-339 Try set cursor method 2017-01-07 14:56:17 +01:00
Tae Won Ha
2e7a52c3cc
Merge branch 'issue/376-second-try' into issue/339-md-preview
Conflicts:
	NeoVimServer/NeoVimMsgIds.h
	NeoVimServer/server_ui.m
	SwiftNeoVim/NeoVimAgent.m
	VimR.xcodeproj/project.pbxproj
2017-01-07 08:58:31 +01:00
Tae Won Ha
7a37e418a2
Merge branch 'develop' into issue/339-md-preview 2017-01-06 14:20:29 +01:00
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
daf16d0fc0
Merge branch 'develop' into issue/339-md-preview 2017-01-03 16:45:25 +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
1451b0ba72
GH-339 Pass through current buffer changed event
- ignore cursor events to avoid slowing down scrolling...
2016-12-20 00:01:59 +01:00
Tae Won Ha
9cebb5ab48
GH-339 Pass through auevents... 2016-12-19 23:11:42 +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