mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
@@ -161,7 +161,8 @@ func (c *CellView) Draw(buf *Buffer, top, height, left, width int) {
|
|||||||
c.lines[viewLine][viewCol].width = charWidth
|
c.lines[viewLine][viewCol].width = charWidth
|
||||||
|
|
||||||
indentStyle := curStyle
|
indentStyle := curStyle
|
||||||
if group, ok := colorscheme["indent-char"]; ok {
|
ch := buf.Settings["indentchar"].(string)
|
||||||
|
if group, ok := colorscheme["indent-char"]; ok && !IsStrWhitespace(ch) && ch != "" {
|
||||||
indentStyle = group
|
indentStyle = group
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user