diff --git a/data/core/statusview.lua b/data/core/statusview.lua index 0f793be6..c40c8924 100644 --- a/data/core/statusview.lua +++ b/data/core/statusview.lua @@ -211,7 +211,8 @@ function StatusView:register_docview_items() local indent_type, indent_size, indent_confirmed = dv.doc:get_indent_info() local indent_label = (indent_type == "hard") and "tabs: " or "spaces: " return { - style.text, indent_label, indent_size + style.text, indent_label, indent_size, + indent_confirmed and "" or "*" } end, function(button, x, y)