mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Merge
This commit is contained in:
@@ -753,7 +753,7 @@ func (v *View) DisplayView() {
|
|||||||
// First the user may have configured an `indent-char` to be displayed to show that this
|
// First the user may have configured an `indent-char` to be displayed to show that this
|
||||||
// is a tab character
|
// is a tab character
|
||||||
lineIndentStyle := defStyle
|
lineIndentStyle := defStyle
|
||||||
if style, ok := colorscheme["indent-char"]; ok {
|
if style, ok := colorscheme["indent-char"]; ok && v.Buf.Settings["indentchar"].(string) != " " {
|
||||||
lineIndentStyle = style
|
lineIndentStyle = style
|
||||||
}
|
}
|
||||||
if v.Cursor.HasSelection() &&
|
if v.Cursor.HasSelection() &&
|
||||||
|
|||||||
Reference in New Issue
Block a user