plugins/configs/statusline: Fix % icon for page position

pull/386/head
Akianonymus 3 years ago committed by siduck76
parent af597372ec
commit 66de975543

@ -369,7 +369,7 @@ components.right.active[10] = {
return " Bot "
end
local result, _ = math.modf((current_line / total_line) * 100)
return " " .. result .. " % "
return " " .. result .. " %% "
end,
hl = {

Loading…
Cancel
Save