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

Remove unnec' field

This commit is contained in:
Tae Won Ha 2019-03-22 22:13:06 +01:00
parent 0aa2f5ecb8
commit 6a0448479a
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -352,7 +352,6 @@ public class NvimView: NSView,
let ugrid = UGrid()
let cellAttributesCollection = CellAttributesCollection()
let drawer: AttributesRunDrawer
let typesetter = Typesetter()
var baselineOffset = 0.cgf
/// We store the last marked text because Cocoa's text input system does the following: