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

2004 Commits

Author SHA1 Message Date
Tae Won Ha
500b81552c
Use API to select window 2017-12-01 15:34:00 +01:00
Tae Won Ha
91dbba75b5
Use API to vim command 2017-12-01 15:07:13 +01:00
Tae Won Ha
7aeb809f86
Use API to get bool options 2017-12-01 14:55:46 +01:00
Tae Won Ha
28e092ab40
Use API to get tabs 2017-12-01 14:41:01 +01:00
Tae Won Ha
8eb994ffda
Delete get buffers and has dirty docs 2017-12-01 13:03:54 +01:00
Tae Won Ha
a077bb789b
Use the API to get the buffers 2017-12-01 12:58:49 +01:00
Tae Won Ha
0b66954019
Use headless when launching nvim 2017-12-01 00:14:55 +01:00
Tae Won Ha
2b745c1ac0
Check blocked before using api methods 2017-11-30 23:13:36 +01:00
Tae Won Ha
c8d90467f3
Bump appcast(s) to SNAPSHOT-240 2017-11-30 18:18:04 +01:00
Tae Won Ha
bbd7d85b4b
Bump version: snapshot/240 2017-11-30 18:15:03 +01:00
Tae Won Ha
698759349a
GH-571 Use bt_nofile 2017-11-30 18:09:24 +01:00
Tae Won Ha
2227a9f0d3
GH-571 Revert to old ways of getting buffers for time being. 2017-11-30 17:46:08 +01:00
Tae Won Ha
bfeb61cb54
Bump appcast(s) to SNAPSHOT-239 2017-11-30 07:28:49 +01:00
Tae Won Ha
5dc85552f6
Bump version: snapshot/239 2017-11-30 07:26:16 +01:00
Tae Won Ha
f757d5f2cb
GH-571 Update release notes 2017-11-30 07:21:05 +01:00
Tae Won Ha
740392f3c0
GH-571 Adapt build scripts 2017-11-29 23:23:52 +01:00
Tae Won Ha
69c515f813
GH-571 Stop waiting when quitting 2017-11-29 22:57:19 +01:00
Tae Won Ha
cef7acdc33
GH-571 Use NvimMsgPack for getting buffers 2017-11-29 22:29:26 +01:00
Tae Won Ha
0833cffa69
GH-571 Add NvimMsgPack in SwiftNeoVim 2017-11-29 22:29:22 +01:00
Tae Won Ha
9aea94df41
GH-571 Add error type 2017-11-29 22:29:18 +01:00
Tae Won Ha
c3c74beddc
Add API methods generating script 2017-11-26 21:36:20 +01:00
Tae Won Ha
84901ed5c3
Add a rudimentary msgpack client 2017-11-26 20:27:20 +01:00
Tae Won Ha
2c43b1e1ec
Bump appcast(s) to v0.20.0-238 2017-11-21 19:21:09 +01:00
Tae Won Ha
d6a62df419
Bump version: v0.20.0-238 2017-11-21 19:18:43 +01:00
Tae Won Ha
576a66bf79
Update release notes 2017-11-21 19:13:52 +01:00
Tae Won Ha
9c2bb67ee3
Bump appcast(s) to SNAPSHOT-237 2017-11-19 10:28:36 +01:00
Tae Won Ha
5848edcbf2
Bump version: snapshot/237 2017-11-19 10:26:10 +01:00
Tae Won Ha
f91e4080df
Update neovim to v0.2.2 2017-11-19 10:20:47 +01:00
Tae Won Ha
39bbbcadde
Bump appcast(s) to SNAPSHOT-236 2017-11-15 19:54:49 +01:00
Tae Won Ha
05c38f31ee
Bump version: snapshot/236 2017-11-15 19:52:21 +01:00
Tae Won Ha
78ac8c2c0b
Update release notes 2017-11-15 19:46:50 +01:00
Tae Won Ha
8efce10baa
Fix touch bar update issues on 10.12.x 2017-11-15 19:41:12 +01:00
Tae Won Ha
f489dfa70f
Update to swift 4 2017-11-15 19:39:08 +01:00
Tae Won Ha
158c160a40
Update neovim 2017-11-15 19:38:52 +01:00
Tae Won Ha
c136e55b1b
Merge pull request #528 from greg/develop
Rudimentary Touch Bar support (#358)
2017-11-15 19:26:16 +01:00
Tae Won Ha
49e42a946c
Fix compilation (due to RxSwift 4 update) 2017-11-10 19:48:11 +01:00
Tae Won Ha
0f8698e254
Update release notes 2017-11-10 18:08:36 +01:00
Tae Won Ha
d443c5cc1d
Link libs for NeoVimServer using Other Linker Flags 2017-11-10 17:48:13 +01:00
Tae Won Ha
ea286e99c4
Update dependencies 2017-11-10 16:15:55 +01:00
Tae Won Ha
35f8bb751b
Add gnu-sed to Brewfile 2017-11-10 15:16:40 +01:00
Tae Won Ha
c8984aade4
Do not call GUI updates from background 2017-11-10 12:31:26 +01:00
Tae Won Ha
3f5b761d7c
Don't use String.characters 2017-11-10 12:17:47 +01:00
Tae Won Ha
4a63a30b04
Bump appcast(s) to SNAPSHOT-235 2017-11-10 11:11:36 +01:00
Tae Won Ha
067f469596
Bump version: snapshot/235 2017-11-10 11:09:08 +01:00
Tae Won Ha
050f296936
Use Lua instead of LuaJit.
- If we use LuaJit, then there's a memory allocation error and the Lua interpreter cannot be instantiated. Have to analyze this.
2017-11-10 10:50:34 +01:00
Tae Won Ha
ab8e391f38
Bump appcast(s) to SNAPSHOT-234 2017-11-08 17:32:57 +01:00
Tae Won Ha
fd83be11f0
Bump version: snapshot/234 2017-11-08 17:30:26 +01:00
Tae Won Ha
b9e3d3beb8
Update neovim 2017-11-08 17:23:04 +01:00
Tae Won Ha
8fbec767ac
Bump appcast(s) to SNAPSHOT-233 2017-11-08 08:17:44 +01:00
Tae Won Ha
9e731b9f1f
Bump version: snapshot/233 2017-11-08 08:15:24 +01:00