1
1
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:
Tae Won Ha 2018-09-02 21:56:00 +02:00
parent 29a67dbaf7
commit c14d2c6b1e
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -197,4 +197,4 @@ final class UGrid {
private let clearString = " "
private let wordSeparator = " "
private let defaultAttrId = -1
private let defaultAttrId = 0