diff --git a/data/core/statusview.lua b/data/core/statusview.lua index 35fff21b..930c7aef 100644 --- a/data/core/statusview.lua +++ b/data/core/statusview.lua @@ -247,7 +247,7 @@ function StatusView:register_docview_items() alignment = StatusView.Item.LEFT, get_item = function() local dv = core.active_view - local nsel = #dv.doc.selections // 4 + local nsel = math.floor(#dv.doc.selections / 4) if nsel > 1 then return { style.text, nsel, " selections" } end