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

143 Commits

Author SHA1 Message Date
Tae Won Ha
4d2bb6483c
carthage update first 2020-02-01 17:50:41 +01:00
Tae Won Ha
32dc017ea3
Tidy up 2020-01-24 22:33:48 +01:00
Tae Won Ha
765f2c43d7
GH-768 Do not force re-sign NvimServer
When coc.nvim is installed, EXC_BAD_ACCESS (Code Signature Invalid)
occurs and NvimServer crashes. We force re-signed NvimServer on Mojave
because the notarization did not work (for whatever reason), but on
Catalina, the notarization works without re-signing. And without
re-signing, the crash does not occur.
2020-01-24 17:48:30 +01:00
Tae Won Ha
fbd19d75f3
Notarize even when not publishing 2020-01-23 19:06:53 +01:00
Tae Won Ha
87853a56e7
Rebuild deps 2020-01-17 21:57:37 +01:00
Tae Won Ha
e199b8b737
Add new deps 2020-01-17 10:19:16 +01:00
Tae Won Ha
322e4a3b76
Tidy up 2019-12-26 10:55:19 +01:00
Tae Won Ha
f866447013
Tidy up 2019-12-26 10:54:44 +01:00
Tae Won Ha
59849d3552
Auto generate cursor shapes 2019-12-26 10:47:09 +01:00
Tae Won Ha
9b8e9c0dfb
Add waiting script for notarization 2019-12-22 21:45:42 +01:00
Tae Won Ha
145ad627a2 Adapt libnvim build script 2019-08-03 22:50:51 +02:00
Tae Won Ha
6cb1ce8317
Do not upload when no file 2019-04-28 10:16:06 +02:00
Tae Won Ha
ef67669c16
Adapt to (yet) manual notarization process 2019-04-28 09:58:37 +02:00
Tae Won Ha
0ace560c42
Use double brackets 2019-04-28 09:44:12 +02:00
Tae Won Ha
f22b6b42a3
Refactor slightly 2019-04-28 09:44:12 +02:00
Tae Won Ha
72ab6b6ae4
Adapt deployment target 2019-04-06 17:44:50 +02:00
Tae Won Ha
f96a04135e
Set deployment target to 10.13 2019-04-06 14:36:00 +02:00
Tae Won Ha
eb5ddb373b
Build deps for 10.13 2019-04-06 14:28:08 +02:00
Tae Won Ha
fbea607715
Update neovim to 10.12 2019-03-05 15:32:46 +01:00
Tae Won Ha
11f01869c4
Update deps to 10.12 2019-03-05 15:32:46 +01:00
Tae Won Ha
17d70170a0 GH-666 Set the deployment target to 10.11 2018-10-06 17:05:09 +02:00
Tae Won Ha
87314c28d0 Update neovim 2018-06-10 22:12:00 +02:00
Tae Won Ha
f9591ee023
Streamline source generation script 2018-05-19 22:33:43 +02:00
Tae Won Ha
d964c96df8
Use LuaJIT again.
RTFM: Add
```
-pagezero_size 10000 -image_base 100000000
```
when linking. (http://luajit.org/install.html)
2018-05-14 22:08:51 +02:00
Tae Won Ha
41b71b0121
Remove non-existing sub-projects 2018-05-07 19:14:55 +02:00
Tae Won Ha
e59261aa92
Remove unnec' script 2018-05-05 22:55:44 +02:00
Tae Won Ha
8eb8acaa52
Simplify NvimView API methods 2018-05-05 10:13:00 +02:00
Tae Won Ha
7217b54368
Use more RxSwift 2018-05-02 18:17:27 +02:00
Tae Won Ha
86218ec9f4
Fix build script 2018-03-10 19:56:05 +01:00
Tae Won Ha
b5780e964f
Fix appcast script 2018-03-04 11:52:04 +01:00
Tae Won Ha
26a7560ba9
Adapt appcast script to python3 2018-03-04 11:37:34 +01:00
Tae Won Ha
6040e9b324
Adapt appcast script to python3 2018-03-04 11:36:20 +01:00
Tae Won Ha
bbddddbc7e
Typo 2018-01-27 12:33:08 +01:00
Tae Won Ha
ea1b0847c0
Refactor source generation 2018-01-27 12:29:49 +01:00
Tae Won Ha
1fa09a7d22
Refactor slightly source generating scripts 2018-01-23 09:48:36 +01:00
Tae Won Ha
afeb94a2ea
Migrate to swift bridge 2018-01-21 16:02:59 +01:00
Tae Won Ha
cd8f28b249
Fix new version script 2017-12-20 19:50:01 +01:00
Tae Won Ha
fb46d62d4b
Remove stream API from NvimMsgPack 2017-12-20 18:27:53 +01:00
Tae Won Ha
54c855ed4b
Use stream API 2017-12-16 21:01:28 +01:00
Tae Won Ha
517e67ceba
Add streaming API methods 2017-12-16 12:13:02 +01:00
Tae Won Ha
d479a68a7d
Refactor NvimApi.Error 2017-12-15 22:12:46 +01:00
Tae Won Ha
8023152461
Check blocking correctly 2017-12-15 15:46:07 +01:00
Tae Won Ha
52c0b7ec51
Use the custom API for getting buffer info 2017-12-08 18:37:17 +01:00
Tae Won Ha
c2415f8ee3
Tweak API 2017-12-08 15:07:32 +01:00
Tae Won Ha
0d2e4117b1
Link local.mk in the build script 2017-12-08 13:24:59 +01:00
Tae Won Ha
5799a358cf
Fix script 2017-12-07 21:55:59 +01:00
Tae Won Ha
609af5aac1
Rename auto commands file 2017-12-03 17:37:02 +01:00
Tae Won Ha
4ef2fd0f15
Restructure the project 2017-12-03 09:59:15 +01:00
Tae Won Ha
a69b47515e
Use the correct key for blocking 2017-12-01 21:37:06 +01:00
Tae Won Ha
10e0877149
Check blocked in NvimMethods by default 2017-12-01 17:44:10 +01:00