StatusView: restored indent confirmed

This commit is contained in:
jgmdev 2022-02-24 14:22:52 -04:00
parent 128e10ba47
commit 15a31418ca
1 changed files with 2 additions and 1 deletions

View File

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