1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Merge branch 'master' into update-neovim

This commit is contained in:
Tae Won Ha 2024-01-13 21:14:18 +01:00
commit f4ef53082c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
6 changed files with 14 additions and 7 deletions

View File

@ -44,7 +44,7 @@ class PerfTester {
columnRange: 0...ugrid.size.width - 1
)
return runs.parallelMap(chunkSize: 50) { run in
return runs.map { run in
let font = FontUtils.font(
adding: run.attrs.fontTrait, to: self.font
)

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
LastUpgradeVersion = "1520"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"

View File

@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "1f07f4096e52f19b5e7abaa697b7fc592b7ff57c",
"version" : "2.5.1"
"revision" : "47d3d90aee3c52b6f61d04ceae426e607df62347",
"version" : "2.5.2"
}
},
{

View File

@ -790,7 +790,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 1510;
LastUpgradeCheck = 1520;
ORGANIZATIONNAME = "Tae Won Ha";
TargetAttributes = {
4BEBA5041CFF374B00673FDF = {
@ -1387,7 +1387,7 @@
repositoryURL = "https://github.com/sparkle-project/Sparkle";
requirement = {
kind = exactVersion;
version = 2.5.1;
version = 2.5.2;
};
};
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
LastUpgradeVersion = "1520"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"

View File

@ -1,5 +1,12 @@
# Next
* ...
* Dependencies updates:
- sparkle-project/Sparkle@2.5.2
# v0.46.0-20240102.233758
* Neovim 0.9.5 😀
* Improve rendering performance slightly.