mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 06:43:24 +03:00
GH-666 Delete RowRun
This commit is contained in:
parent
b891fc45b2
commit
97e8fccf49
@ -316,18 +316,6 @@ public class NvimView: NSView,
|
||||
}
|
||||
|
||||
// MARK: - Internal
|
||||
/// Contiguous piece of cells of a row that has the same attributes.
|
||||
struct RowRun: CustomStringConvertible {
|
||||
|
||||
var row: Int
|
||||
var range: CountableClosedRange<Int>
|
||||
var attrs: OldCellAttributes
|
||||
|
||||
var description: String {
|
||||
return "RowRun<\(row): \(range)\n\(attrs)>"
|
||||
}
|
||||
}
|
||||
|
||||
let bridge: UiBridge
|
||||
let api = RxNeovimApi.Api()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user