Raphael Luba
61cd8848dc
Fix #750 : incorrect cursor color when over search highlight
2021-06-23 23:27:07 +02:00
Tae Won Ha
dd955fb4f1
Remove Xcode warnings
2021-06-18 08:57:57 +02:00
Tae Won Ha
52d2aac3e0
Adapt to RxSwift 6.2
2021-06-18 08:55:23 +02:00
Tae Won Ha
b059010f55
Adapt to RxSwift 6.2
2021-06-18 08:54:53 +02:00
Tae Won Ha
7093d96b0f
Adapt to RxSwift 6.2
2021-06-18 08:54:21 +02:00
Tae Won Ha
d558d2c4cc
Adapt to RxSwift 6.2
2021-06-18 08:53:40 +02:00
Tae Won Ha
a793be2f53
Adapt to RxSwift 6.2
2021-06-18 08:53:23 +02:00
Tae Won Ha
f4626b7255
Adapt to RxSwift 6.2
2021-06-18 08:52:29 +02:00
Tae Won Ha
507e2d6973
Adapt to RxSwift 6.2
2021-06-18 08:51:22 +02:00
Tae Won Ha
6254fa99e4
Update RxSwift to 6.2
2021-06-18 08:41:16 +02:00
Tae Won Ha
d8439d8e64
Update deps
...
- up to RxSwift
2021-06-18 08:06:38 +02:00
Tae Won Ha
0ae565be95
GH-832 Re-revert neovim launching code
2021-02-20 14:06:48 +01:00
Tae Won Ha
f06fd354da
Adapt NvimView demo app to custom tabs
2021-02-20 13:50:43 +01:00
Tae Won Ha
d1787e23da
Fix support apps
2020-12-24 22:22:49 +01:00
Tae Won Ha
e6c0e543e4
Update nimble
2020-12-24 21:43:56 +01:00
Tae Won Ha
06afc5131d
Reformat
2020-12-24 17:48:27 +01:00
Tae Won Ha
5761687559
Update neovim
2020-12-24 16:00:26 +01:00
Tae Won Ha
b719809402
WIP
2020-12-24 13:21:35 +01:00
Tae Won Ha
9754fdc7bf
Restructure a bit
2020-12-24 12:15:36 +01:00
Tae Won Ha
be2895bbe4
Update neovim
2020-12-24 10:36:24 +01:00
Tae Won Ha
2d2108e74b
Add self
2020-12-20 16:06:56 +01:00
Tae Won Ha
2812877cee
Ignore error when setting guifont at the very beginning
2020-12-20 16:05:12 +01:00
Tae Won Ha
18a9c93e68
Update neovim
2020-12-20 15:53:11 +01:00
Tae Won Ha
9ee067a0d3
Move shell code to Commons
2020-12-20 15:24:57 +01:00
René Köcher
62be8668a5
vimFontSpec(fromFont:) and RemoteOption.fromFont() don't need Optionals
2020-12-20 12:07:40 +01:00
René Köcher
872d61b713
Add font(fromVimFontSpec:) as reversal to vimFontSpec(forFont:)
2020-12-20 11:54:45 +01:00
René Köcher
18742458a6
Include suggestions by @qvacua & apply swiftformat
2020-12-20 11:50:56 +01:00
René Köcher
a1d3d26765
Report invalid fonts back to NvimServer
2020-12-19 22:06:20 +01:00
René Köcher
1ca66cadf3
Add support to report option changes to NvimServer
...
Currently this is only implemented for font changes, but can be
extended to any other option added in the future.
2020-12-19 21:31:30 +01:00
René Köcher
84eef4a830
Implement support for 'set guifont' via optionSet.
...
This adds a framework to handle options set from NvimServer
and hooks into the optionSet() RPC api endpoint in NVimView.
Currently it handles `guifont` and `guifontwide` in the Server->View
direction. Changes are also reflected in VimR's Preferences dialog.
Not yet handled:
- sending the currently configured font as `guifont` to NvimServer
- sending an error to NvimSever if the font specification is invalid
- differenciation between `guifont` and `guifontwide`
2020-12-19 18:12:54 +01:00
Tae Won Ha
2ba1aaf526
Reformat
2020-12-12 21:48:43 +01:00
Tae Won Ha
5464229135
Reformat
2020-12-11 22:47:53 +01:00
Tae Won Ha
0b17d715dc
Set target for all queues
2020-12-11 22:43:59 +01:00
Tae Won Ha
55fd685c43
Reformat
2020-12-11 07:50:04 +01:00
Tae Won Ha
24922e78de
Reformat
2020-12-11 07:48:39 +01:00
Tae Won Ha
211e200ff4
Reformat
2020-12-10 22:01:51 +01:00
Tae Won Ha
91fe709e41
Reformat
2020-12-10 22:00:05 +01:00
Tae Won Ha
84c3362238
Reformat
2020-12-10 21:59:53 +01:00
Tae Won Ha
3166fe0b6c
Reformat
2020-12-10 21:59:34 +01:00
Tae Won Ha
0c49176474
Reformat
2020-12-10 21:58:38 +01:00
Tae Won Ha
a9e7d66d81
Reformat
2020-12-10 21:57:34 +01:00
Tae Won Ha
88d538fbc3
Reformat
2020-12-10 21:56:46 +01:00
Tae Won Ha
bebda22334
Reformat
2020-12-10 21:55:38 +01:00
Tae Won Ha
cd798dd2fb
Reformat
2020-12-10 21:54:59 +01:00
Tae Won Ha
b31a0e40e1
Reformat
2020-12-10 21:51:19 +01:00
Tae Won Ha
9d68cbddf1
Reformat
2020-12-10 21:50:54 +01:00
Tae Won Ha
da43da7ff0
Reformat
2020-12-10 21:50:40 +01:00
Tae Won Ha
78d95ce6b5
Reformat
2020-12-10 21:49:29 +01:00
Tae Won Ha
53ed730ec1
Reformat
2020-12-10 21:47:55 +01:00
Tae Won Ha
87436c1057
Reformat
2020-12-10 21:47:25 +01:00