1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

Refactor slightly

This commit is contained in:
Tae Won Ha 2020-02-10 23:22:10 +01:00
parent 73c5364360
commit 911aea2ae3
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -276,4 +276,4 @@ final class Typesetter {
}
}
private let ctRunsCache = SimpleCache<NSAttributedString, [CTRun]>(countLimit: 10000)
private let ctRunsCache = SimpleCache<NSAttributedString, [CTRun]>(countLimit: 20000)