StatusView: restored indent confirmed
This commit is contained in:
parent
128e10ba47
commit
15a31418ca
|
@ -211,7 +211,8 @@ function StatusView:register_docview_items()
|
||||||
local indent_type, indent_size, indent_confirmed = dv.doc:get_indent_info()
|
local indent_type, indent_size, indent_confirmed = dv.doc:get_indent_info()
|
||||||
local indent_label = (indent_type == "hard") and "tabs: " or "spaces: "
|
local indent_label = (indent_type == "hard") and "tabs: " or "spaces: "
|
||||||
return {
|
return {
|
||||||
style.text, indent_label, indent_size
|
style.text, indent_label, indent_size,
|
||||||
|
indent_confirmed and "" or "*"
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
function(button, x, y)
|
function(button, x, y)
|
||||||
|
|
Loading…
Reference in New Issue