1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 18:39:52 +03:00
Commit Graph

88 Commits

Author SHA1 Message Date
Tae Won Ha
70723ea925
GH-434 Use DIRCHANGED and add pwd to NeoVimServer 2017-05-08 20:25:11 +02:00
Tae Won Ha
2dd3659329
GH-428 Adapt to new 2017-04-23 11:33:06 +02:00
Tae Won Ha
e602a674db
GH-405 Guard for nil escaped file name
- happens when quitting with main windows open in optimized build
2017-03-13 18:44:57 +01:00
Tae Won Ha
52ec766626
GH-339 Guard with DEBUG 2017-01-07 21:04:27 +01:00
Tae Won Ha
cbc7364ece
GH-339 Remove unnec' log msg 2017-01-07 20:35:17 +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
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
3a61567590
GH-339 Allow nil as result for vim command output 2017-01-06 11:17:53 +01:00
Tae Won Ha
9233a07b7b
GH-339 Remove response id handling 2017-01-06 10:27:36 +01:00
Tae Won Ha
08283e2081
GH-339 Migrate dirty status 2017-01-06 08:51:01 +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
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
3f9d10e309
GH-376 Do not send msgs when quitting (except the quit msg).
- When exiting full screen, often, resize msg is called. This is just a quick-and-dirty fix.
2017-01-03 16:21:04 +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
a485885dd5
GH-376 Guard next request id 2017-01-03 10:37:32 +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
3e369529b4
Avoid force quit 2016-12-14 20:49:56 +01:00
Tae Won Ha
0a2738dd0a
Minor thread related tweak 2016-12-14 19:33:15 +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
a4fbdfff39
GH-360 Show reason when the IPC got invalid 2016-12-05 22:05:38 +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
0fea3a6acd
GH-297 Use a bit more detailed error log 2016-11-24 20:18:43 +01:00
Tae Won Ha
3090ba83a3
GH-297 Rename callback and add changeBufferList action 2016-11-21 23:13:38 +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
831bdff927
GH-297 Reformat 2016-11-20 21:53:22 +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
4aee2cbeb7
GH-337 Temporarily disable LANG 2016-11-12 20:55:48 +01:00
Tae Won Ha
ed5ec0e422
GH-333 Set $LANG to utf-8 for system clipboard 2016-11-11 14:25:58 +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
Tae Won Ha
1750af1ce5
GH-309 Add some more neovim objects 2016-10-22 22:23:10 +02:00
Tae Won Ha
a90b16d976
GH-284 Remove unused param 2016-10-06 19:49:41 +02:00
Tae Won Ha
1614717ba5
GH-262 Add advenced pref pane 2016-09-24 16:31:14 +02:00