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

91 Commits

Author SHA1 Message Date
Tae Won Ha
e25395ba4a
Reformat 2020-01-25 09:13:04 +01:00
Tae Won Ha
7bfbd585ca
Reformat 2020-01-24 22:49:38 +01:00
Tae Won Ha
0ef3582110
Reformat 2020-01-24 22:46:25 +01:00
Tae Won Ha
f762678dd2
CFStringGetBytes() does not set the NULL terminator 2020-01-04 19:47:38 +01:00
Tae Won Ha
7734a81230
Tidy up 2019-12-25 20:13:39 +01:00
Tae Won Ha
ed14c0d358
Fix forward search
- Removed the cursor event without thinking...
2019-12-25 13:46:07 +01:00
Tae Won Ha
0a0f165fb0
Update neovim 2019-09-19 23:12:41 +02:00
Tae Won Ha
8d64e99af3
Merge remote-tracking branch 'origin/develop' into update-neovim 2019-04-29 23:39:15 +02:00
Tae Won Ha
d640738cb9 Wording 2019-04-19 12:46:03 +02:00
Tae Won Ha
f073f70fdb Re-commit things lost in merge 2019-03-28 11:27:45 +01:00
Tae Won Ha
b84cfb1f3c
Add error handling when NvimServer could not be started correctly 2019-03-25 11:48:27 +01:00
Tae Won Ha
77847f70e9
Restructure slightly 2019-03-25 11:13:08 +01:00
Tae Won Ha
9912e538ac
Make NvimServer (only) a CoreFoundation exe 2019-03-25 10:35:55 +01:00
Tae Won Ha
5a381dd1e2
Use input from API 2019-03-18 00:22:43 +01:00
Tae Won Ha
3c8c608003
Reformat 2019-03-18 00:02:34 +01:00
Tae Won Ha
1ea5ce3e27
Rename 2019-03-17 23:54:55 +01:00
Tae Won Ha
1751a34905
Use const where applicable 2019-03-17 23:52:11 +01:00
Tae Won Ha
6d0759f818
Try to use const where applicable 2019-03-17 23:29:10 +01:00
Tae Won Ha
eeb139a52b
Remove let and var 2019-03-17 23:16:35 +01:00
Tae Won Ha
f8e38dcbb2
Reformat 2019-03-17 22:11:32 +01:00
Tae Won Ha
f5e9ff811b
Optimize imports 2019-03-17 22:06:38 +01:00
Tae Won Ha
83f105f1b4
Eliminate memory leak 2019-03-17 19:22:15 +01:00
Tae Won Ha
1a3b8a8ea3
Remove unnec' code 2019-03-17 17:30:23 +01:00
Tae Won Ha
198df347df
Do not recreate packer when flushing 2019-03-17 17:26:27 +01:00
Tae Won Ha
cd7d65c496
Refactor slightly 2019-03-17 15:03:27 +01:00
Tae Won Ha
72ec7ef161
Remove unnec' wait 2019-03-17 14:09:34 +01:00
Tae Won Ha
eb84f83d96
Reformat 2019-03-17 13:37:19 +01:00
Tae Won Ha
5f9dc69419
Use oslog 2019-03-17 13:27:40 +01:00
Tae Won Ha
6eee830895
Refactor slightly 2019-03-17 13:18:30 +01:00
Tae Won Ha
d1618bec08
Refactor slightly 2019-03-12 18:59:50 +01:00
Tae Won Ha
2741ee559a
Restructure slightly 2019-03-03 22:32:04 +01:00
Tae Won Ha
b4685a4bc1
Reformat 2019-03-03 21:57:03 +01:00
Tae Won Ha
2742530231
Reformat 2019-03-03 21:54:00 +01:00
Tae Won Ha
4c7b9504e7
Use only one rpc event 2019-03-03 18:39:48 +01:00
Tae Won Ha
0ba13f0a2b
Fire GUIEnter when all rpc events subscription is done 2019-03-03 16:02:12 +01:00
Tae Won Ha
add17a7933
Add some rpc events.
- Fire GUIEnter autocmd when the rpc events subscription is done.
2019-03-01 13:55:16 +01:00
Tae Won Ha
c81a819152 Merge branch 'develop' into update-neovim 2018-10-04 21:58:44 +02:00
Tae Won Ha
26f85a8607 GH-666 Remove logs 2018-10-04 21:38:42 +02:00
Tae Won Ha
4e4b8e5c4f GH-666 Reformat 2018-10-04 21:31:52 +02:00
Tae Won Ha
c457e1e599 GH-666 Make Korean input work again 2018-10-04 21:31:35 +02:00
Tae Won Ha
82b29f056f GH-666 Update neovim 2018-10-03 14:08:28 +02:00
Tae Won Ha
de1a045261 Update neovim 2018-09-15 17:14:25 +09:00
Tae Won Ha
2f8539a78f GH-666 Do not use parallel computation
Seems to be fast enough...
2018-09-02 17:07:58 +02:00
Tae Won Ha
ce0e0c64d7 GH-666 Add a new typesetter [WIP]
The typesetter will replace the MMCoreTextView of MacVim.
2018-08-27 18:46:02 +02:00
Tae Won Ha
14cfd67457
GH-666 WIP 2018-08-02 11:46:01 +02:00
Tae Won Ha
bf692fbc06
Refactor slightly 2018-07-21 11:23:15 +02:00
Tae Won Ha
1bfbb141c0
Remove unused property 2018-07-21 11:19:05 +02:00
Tae Won Ha
2b8483d16e
White-list relevant AUs 2018-07-21 10:53:35 +02:00
Tae Won Ha
2caeb2c10e Merge remote-tracking branch 'origin/develop' into update-neovim
Conflicts:
	Cartfile
	Cartfile.resolved
2018-07-09 21:54:29 +02:00
Tae Won Ha
ee93ec2fc4
Remove unnec' header import 2018-07-06 21:24:33 +02:00