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

1054 Commits

Author SHA1 Message Date
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
dbf25c25ec
GH-339 Remove unnec' log msgs 2017-01-07 08:38:18 +01:00
Tae Won Ha
a3428879af
GH-339 Do manual refresh 2017-01-07 08:38:17 +01:00
Tae Won Ha
91583c5733
GH-339 Use stored position for reverse search 2017-01-07 08:38:17 +01:00
Tae Won Ha
2de6f9a28d
GH-339 Send ESC in addtion to norm ..G..| 2017-01-07 08:38:15 +01:00
Tae Won Ha
3d85efe2a7
GH-339 Typo 2017-01-06 16:53:41 +01:00
Tae Won Ha
188f610519
GH-339 Do automatic search 2017-01-06 16:51:28 +01:00
Tae Won Ha
1f2173c5cd
GH-339 Do reverse search 2017-01-06 16:39:03 +01:00
Tae Won Ha
656399d78d
GH-339 Do forward search 2017-01-06 16:07:36 +01:00
Tae Won Ha
a13f348d6a
GH-339 Typo 2017-01-06 14:47:41 +01:00
Tae Won Ha
d384bb519d
GH-339 React to scroll events on both sides 2017-01-06 14:41:19 +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
7932c8afe9
Typo 2017-01-05 06:38:13 +01:00
Tae Won Ha
1161c2ec1e Bump appcast to v0.12.4-157 2017-01-05 06:01:49 +01:00
Tae Won Ha
eb31fccf5d Bump version: v0.12.4-157 2017-01-05 06:00:01 +01:00
Tae Won Ha
5e03a7339d
Update release notes 2017-01-05 05:47:37 +01:00
Tae Won Ha
1decd6b49f
GH-339 Add some debug logging msgs 2017-01-04 20:53:28 +01:00
Tae Won Ha
ff8658f38c
GH-339 Adapt timing for scroll events 2017-01-04 20:39:30 +01:00
Tae Won Ha
2e9a824de7
GH-339 Pass neovim view to the renderer to get the current line and col 2017-01-04 20:35:53 +01:00
Tae Won Ha
1c163c96dd
GH-339 Pass scroll event 2017-01-04 20:32:56 +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
03f20abffb
Merge branch 'develop' into issue/339-md-preview 2017-01-04 17:25:23 +01:00
Tae Won Ha
aef31d9824
Merge branch 'master' into develop 2017-01-04 17:22:52 +01:00
Tae Won Ha
954eb7ea07
Typo 2017-01-04 17:22:47 +01:00
Tae Won Ha
852b66568a
Merge branch 'master' into develop
Conflicts:
	resources/release-notes.md
2017-01-04 17:22:17 +01:00
Tae Won Ha
fe8b69acb8
Update release notes 2017-01-04 17:21:29 +01:00
Tae Won Ha
01379c03ba Bump appcast to v0.12.3-156 2017-01-04 17:20:06 +01:00