1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 23:36:08 +03:00

Use ligature = 1

This commit is contained in:
Tae Won Ha 2019-03-31 19:47:02 +02:00
parent 1c690a42d3
commit 6fa8cfa363
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -160,7 +160,7 @@ final class Typesetter {
string: String(utf16CodeUnits: utf16Chars, count: utf16Chars.count),
attributes: [
.font: font,
.ligature: NSNumber(integerLiteral: 0)
.ligature: NSNumber(integerLiteral: 1)
]
)