mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-24 22:33:52 +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
|
||||
}
|
||||
|
||||
// FIXME: take ligatures into account (is it a good idea to do this?)
|
||||
let attrsRun = AttributesRun(
|
||||
location: self.pointInView(
|
||||
forRow: cursorPosition.row, column: cursorPosition.column
|
||||
|
@ -197,4 +197,4 @@ final class UGrid {
|
||||
|
||||
private let clearString = " "
|
||||
private let wordSeparator = " "
|
||||
private let defaultAttrId = -1
|
||||
private let defaultAttrId = 0
|
||||
|
Loading…
Reference in New Issue
Block a user