mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-25 14:52:19 +03:00
GH-666 Use 0 as initial attributes ID
This commit is contained in:
parent
29a67dbaf7
commit
c14d2c6b1e
@ -161,7 +161,6 @@ extension NvimView {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: take ligatures into account (is it a good idea to do this?)
|
|
||||||
let attrsRun = AttributesRun(
|
let attrsRun = AttributesRun(
|
||||||
location: self.pointInView(
|
location: self.pointInView(
|
||||||
forRow: cursorPosition.row, column: cursorPosition.column
|
forRow: cursorPosition.row, column: cursorPosition.column
|
||||||
|
@ -197,4 +197,4 @@ final class UGrid {
|
|||||||
|
|
||||||
private let clearString = " "
|
private let clearString = " "
|
||||||
private let wordSeparator = " "
|
private let wordSeparator = " "
|
||||||
private let defaultAttrId = -1
|
private let defaultAttrId = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user