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

1088 Commits

Author SHA1 Message Date
Tae Won Ha
9c46099b81 Bump appcast to SNAPSHOT-160 2017-01-08 16:18:48 +01:00
Tae Won Ha
607d16f1fe Bump version: snapshot/160 2017-01-08 16:16:58 +01:00
Tae Won Ha
aba4fbec2f
Merge branch 'issue/339-md-preview' into develop 2017-01-08 16:07:36 +01:00
Tae Won Ha
ec0f84b656
GH-339 Update preview when tab switching 2017-01-08 16:06:01 +01:00
Tae Won Ha
db0686d8b4
Merge branch 'develop' into issue/339-md-preview 2017-01-08 14:34:20 +01:00
Tae Won Ha
c620fec2d0 Bump appcast to v0.12.5-159 2017-01-08 14:34:02 +01:00
Tae Won Ha
3fdee3c298 Bump version: v0.12.5-159 2017-01-08 14:32:04 +01:00
Tae Won Ha
253d806278
Update release notes 2017-01-08 14:25:13 +01:00
Tae Won Ha
7953487c03
GH-339 Correct computation of in viewport 2017-01-08 14:17:17 +01:00
Tae Won Ha
63b3a35ba9
GH-339 React to cursor moved also 2017-01-08 13:52:28 +01:00
Tae Won Ha
7d69f6f1ae
GH-339 Do not hold a reference of the neovim view in the markdown renderer 2017-01-08 12:46:18 +01:00
Tae Won Ha
cfe3ad3bc4
GH-339 Do not forward search when reverse searching 2017-01-08 11:00:02 +01:00
Tae Won Ha
1a68087cb3
GH-339 When forward searching, do not fire scroll event from the webview 2017-01-08 10:39: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
52ec766626
GH-339 Guard with DEBUG 2017-01-07 21:04:27 +01:00
Tae Won Ha
cce30c0d2b
Merge branch 'develop' into issue/339-md-preview 2017-01-07 20:44:35 +01:00
Tae Won Ha
4ccfe017d4
Merge remote-tracking branch 'origin/issue/284-crash' into develop
- record-only
2017-01-07 20:43:38 +01:00
Tae Won Ha
cbc7364ece
GH-339 Remove unnec' log msg 2017-01-07 20:35:17 +01:00
Tae Won Ha
242c4511f6 Bump appcast to SNAPSHOT-158 2017-01-07 20:29:50 +01:00
Tae Won Ha
c78b4f3413
Merge branch 'develop' into issue/339-md-preview 2017-01-07 20:29:08 +01:00
Tae Won Ha
2b10f3ae28 Bump version: snapshot/158 2017-01-07 20:27:59 +01:00
Tae Won Ha
a42174ae25
Update release notes 2017-01-07 20:19:37 +01:00
Tae Won Ha
f004165e90
GH-376 Fix paste 2017-01-07 20:17:50 +01:00
Tae Won Ha
e683f1e684
GH-339 Remove unnec' comment 2017-01-07 16:10:15 +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
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